See if this is a template bug.

This commit is contained in:
Kevin Fenzi 2014-06-25 21:55:37 +00:00
parent e828212cf1
commit 2959a10def

View file

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