remove old loop syntax

This commit is contained in:
Robert Kaussow 2019-08-27 22:04:29 +02:00
parent 2e6e141e88
commit 9bdf65748e
1 changed files with 1 additions and 1 deletions

View File

@ -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