I just don't get it

This commit is contained in:
Kevin Fenzi 2014-06-12 20:54:37 +00:00
parent ada496fc31
commit 0108c26ca9

View file

@ -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