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:
|
||||
- rules.v4
|
||||
- rules.v6
|
||||
when:
|
||||
- is_not_ubuntu_less_than_precise
|
||||
- is_debian7
|
||||
when: is_precise or is_trusty or is_debian7
|
||||
notify: Start the iptables service
|
||||
tags:
|
||||
- iptables
|
||||
|
|
Loading…
Reference in New Issue