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 }}"