forked from ISTI-ansible-roles/ansible-roles
library/roles/iptables/tasks/main.yml: Fix the 'when' clause.
This commit is contained in:
parent
d69a92292c
commit
a684f6f5fd
|
@ -22,9 +22,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- rules.v4
|
- rules.v4
|
||||||
- rules.v6
|
- rules.v6
|
||||||
when:
|
when: is_precise or is_trusty or is_debian7
|
||||||
- is_not_ubuntu_less_than_precise
|
|
||||||
- is_debian7
|
|
||||||
notify: Start the iptables service
|
notify: Start the iptables service
|
||||||
tags:
|
tags:
|
||||||
- iptables
|
- iptables
|
||||||
|
|
Loading…
Reference in New Issue