Perhaps this makes it happy?

This commit is contained in:
Kevin Fenzi 2014-06-12 20:22:10 +00:00
parent 05dfa804d9
commit e6f926f79c

View file

@ -86,12 +86,12 @@
- base - base
- name: iptables - 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: with_first_found:
- iptables/iptables.{{ ansible_fqdn }} - iptables.{{ ansible_fqdn }}
- iptables/iptables.{{ host_group }} - iptables.{{ host_group }}
- iptables/iptables.{{ env }} - iptables.{{ env }}
- iptables/iptables - iptables
notify: notify:
- restart iptables - restart iptables
tags: tags: