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,10 +88,10 @@
- name: iptables - name: iptables
template: src=iptables/{{ 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.{{ ansible_fqdn }} - "iptables.{{ ansible_fqdn }}"
- iptables.{{ host_group }} - "iptables.{{ host_group }}"
- iptables.{{ env }} - "iptables.{{ env }}"
- iptables - iptables
notify: notify:
- restart iptables - restart iptables
tags: tags: