From 3850618e61f60d53b7b1a4ba60d46c2710926f57 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 13 Feb 2020 18:32:54 +0500 Subject: [PATCH] Fix typo --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2feffcf..2c98e0a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,7 +5,7 @@ - meta: flush_handlers - include_tasks: iptables/purge.yml - when common__iptables__state == 'purge' + when: common__iptables__state == 'purge' - include_tasks: iptables/install.yml when: common__iptables__state == 'install' - meta: flush_handlers