- can't start the webserver w/o the dirs it is using present
- make the iptables pkg check right
This commit is contained in:
parent
c1e53e2318
commit
eccb2fa263
2 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue