From a684f6f5fd6198e057a0cd47b65586632211a46d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 15 Jun 2015 12:01:25 +0200 Subject: [PATCH] library/roles/iptables/tasks/main.yml: Fix the 'when' clause. --- iptables/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/iptables/tasks/main.yml b/iptables/tasks/main.yml index 4843c710..edd085a7 100644 --- a/iptables/tasks/main.yml +++ b/iptables/tasks/main.yml @@ -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