escape quotes

This commit is contained in:
Miroslav Suchý 2015-02-02 16:15:53 +00:00
parent b7c64129ee
commit 78b8598c01

View file

@ -74,7 +74,7 @@
state=present
regexp="^.*INPUT.*172\.24\.0\.10/24.*tcp.*5672.*ACCEPT"
insertbefore="^.*INPUT.*RELATED,ESTABLISHED.*ACCEPT"
line="-A INPUT -s 172.24.0.10/24 -p tcp -m multiport --dports 5672 -m comment --comment "added by fedora-infra ansible" -j ACCEPT"
line="-A INPUT -s 172.24.0.10/24 -p tcp -m multiport --dports 5672 -m comment --comment \"added by fedora-infra ansible\" -j ACCEPT"
backup=yes
notify: restart iptables