Drop this variable, we aren't really using it right now.

This commit is contained in:
Kevin Fenzi 2014-06-12 20:20:18 +00:00
parent 1db6e15594
commit 05dfa804d9
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
---
freezes: true
postfix_group: sign
iptables: "{{ files }}/iptables/iptables.sign"
host_group: sign

View file

@ -86,9 +86,8 @@
- base
- 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:
- "{{ iptables }}"
- iptables/iptables.{{ ansible_fqdn }}
- iptables/iptables.{{ host_group }}
- iptables/iptables.{{ env }}