From cdac52a59a8e3e0dd933fe9cae96beecf4c3f907 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 28 Oct 2019 20:43:11 +0100 Subject: [PATCH] remove old variable --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index f411e4c..2ffb409 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -8,7 +8,7 @@ state: '{{ item.state }}' weight: '{{ item.weight | default(omit) }}' table: '{{ item.table | default(omit) }}' - loop: '{{ iptables_custom_rules + iptables_custom_rules_extra }}' + loop: '{{ iptables_custom_rules }}' loop_control: label: "{{ item.name }}"