Fix loop_control label #3
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-22 23:58:31 +02:00
parent 3a5a7bfd55
commit feee9c10a3
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@
delay: 100
until: job_poll.finished
loop: "{{ job_init.results }}"
loop_control: "{{ { 'ip': item.item.ip } }}"
loop_control:
label: "{{ { 'ip': item.item.ip } }}"
- name: Parse results into dictionary
ansible.builtin.set_fact: