Lets try and go back

This commit is contained in:
Kevin Fenzi 2014-06-12 21:06:42 +00:00
parent 549c077b4e
commit 411a2778b6

View file

@ -87,12 +87,11 @@
- name: iptables
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
with_first_found:
- files:
- iptables/iptables.{{ ansible_fqdn }}
- iptables/iptables.{{ host_group }}
- iptables/iptables.{{ env }}
- iptables/iptables
first_avaailable_file:
- iptables/iptables.{{ ansible_fqdn }}
- iptables/iptables.{{ host_group }}
- iptables/iptables.{{ env }}
- iptables/iptables
notify:
- restart iptables
tags: