escape quotes
This commit is contained in:
parent
b7c64129ee
commit
78b8598c01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue