This commit is contained in:
parent
34d9ec0a27
commit
cdac52a59a
@ -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 }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user