library/roles/iptables/tasks/main.yml: Fix the 'when' clause.

This commit is contained in:
Andrea Dell'Amico 2015-06-15 12:01:25 +02:00
parent d69a92292c
commit a684f6f5fd
1 changed files with 1 additions and 3 deletions

View File

@ -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