grasping at straws

This commit is contained in:
Kevin Fenzi 2014-06-12 20:27:03 +00:00
parent ec81bc3bad
commit ada496fc31

View file

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