Try this one

This commit is contained in:
Kevin Fenzi 2014-06-12 20:25:02 +00:00
parent e6f926f79c
commit ec81bc3bad

View file

@ -88,9 +88,9 @@
- name: iptables
template: src=iptables/{{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
with_first_found:
- iptables.{{ ansible_fqdn }}
- iptables.{{ host_group }}
- iptables.{{ env }}
- "iptables.{{ ansible_fqdn }}"
- "iptables.{{ host_group }}"
- "iptables.{{ env }}"
- iptables
notify:
- restart iptables