This commit is contained in:
parent
80d684373f
commit
93fcb7700a
@ -6,8 +6,8 @@
|
|||||||
name: 'iptables_custom_rules_{{ item.name }}'
|
name: 'iptables_custom_rules_{{ item.name }}'
|
||||||
rules: '{{ item.rules }}'
|
rules: '{{ item.rules }}'
|
||||||
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) }}'
|
||||||
with_items: '{{ iptables_custom_rules }}'
|
with_items: '{{ iptables_custom_rules }}'
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user