Fix loop_control label #3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3a5a7bfd55
commit
feee9c10a3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user