Fix a typo in iptables-restore command
This commit is contained in:
parent
b753de9428
commit
2b6ac2ad14
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
||||||
- base
|
- base
|
||||||
|
|
||||||
- name: iptables
|
- name: iptables
|
||||||
template: src={{ item }} dest=/etc/sysconfig/iptables mode=0600 validate="/sbin/iptables-restore --text %s"
|
template: src={{ item }} dest=/etc/sysconfig/iptables mode=0600 validate="/sbin/iptables-restore --test %s"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- iptables/iptables.{{ datacenter }}
|
- iptables/iptables.{{ datacenter }}
|
||||||
- iptables/iptables.{{ inventory_hostname }}
|
- iptables/iptables.{{ inventory_hostname }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue