remove old loop syntax
This commit is contained in:
parent
2e6e141e88
commit
9bdf65748e
@ -34,7 +34,7 @@
|
||||
state: "{{ item.state | default('present') }}"
|
||||
weight: "{{ item.weight | default(omit) }}"
|
||||
table: "{{ item.table | default(omit) }}"
|
||||
with_items: "{{ droneci_open_ports }}"
|
||||
loop: "{{ droneci_open_ports }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
when: droneci_iptables_enabled | bool
|
||||
|
Loading…
Reference in New Issue
Block a user