- can't start the webserver w/o the dirs it is using present

- make the  iptables pkg check right
This commit is contained in:
Seth Vidal 2013-06-22 04:11:16 +00:00
parent c1e53e2318
commit eccb2fa263
2 changed files with 20 additions and 19 deletions

View file

@ -3,14 +3,14 @@
- name: install iptables if not installed
yum: name=iptables state=present
when: is_rhel == "1"
when: is_rhel == 1
tags:
- iptables
- packages
- name: install iptables-services if not installed
yum: name=iptables-services state=present
when: is_fedora == "1"
when: is_fedora == 1
tags:
- iptables
- packages