This commit is contained in:
parent
34d9ec0a27
commit
cdac52a59a
@ -8,7 +8,7 @@
|
|||||||
state: '{{ item.state }}'
|
state: '{{ item.state }}'
|
||||||
weight: '{{ item.weight | default(omit) }}'
|
weight: '{{ item.weight | default(omit) }}'
|
||||||
table: '{{ item.table | default(omit) }}'
|
table: '{{ item.table | default(omit) }}'
|
||||||
loop: '{{ iptables_custom_rules + iptables_custom_rules_extra }}'
|
loop: '{{ iptables_custom_rules }}'
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user