Perhaps this makes it happy?
This commit is contained in:
parent
05dfa804d9
commit
e6f926f79c
1 changed files with 5 additions and 5 deletions
|
@ -86,12 +86,12 @@
|
|||
- base
|
||||
|
||||
- name: iptables
|
||||
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
template: src=iptables/{{ 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
|
||||
- iptables.{{ ansible_fqdn }}
|
||||
- iptables.{{ host_group }}
|
||||
- iptables.{{ env }}
|
||||
- iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue