I just don't get it
This commit is contained in:
parent
ada496fc31
commit
0108c26ca9
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@
|
|||
- name: iptables
|
||||
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
with_first_found:
|
||||
- "iptables/iptables.{{ ansible_fqdn }}"
|
||||
- "iptables/iptables.{{ host_group }}"
|
||||
- "iptables/iptables.{{ env }}"
|
||||
- iptables/iptables.{{ ansible_fqdn }}
|
||||
- iptables/iptables.{{ host_group }}
|
||||
- iptables/iptables.{{ env }}
|
||||
- iptables/iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue