mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix a typo in iptables-restore command
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
- base
|
||||
|
||||
- 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:
|
||||
- iptables/iptables.{{ datacenter }}
|
||||
- iptables/iptables.{{ inventory_hostname }}
|
||||
|
||||
Reference in New Issue
Block a user