Fix key; Debugging
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
e4bf846a57
commit
69aee17d84
@ -42,9 +42,12 @@
|
|||||||
async: 150
|
async: 150
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
|
- ansible.builtin.debug:
|
||||||
|
var: job_init
|
||||||
|
|
||||||
- name: Poll for completion
|
- name: Poll for completion
|
||||||
ansible.builtin.async_status:
|
ansible.builtin.async_status:
|
||||||
id: "{{ item.ansible_job_id }}"
|
jid: "{{ item.ansible_job_id }}"
|
||||||
with_items: "{{ job_init.results }}"
|
with_items: "{{ job_init.results }}"
|
||||||
register: job_poll
|
register: job_poll
|
||||||
retries: 5
|
retries: 5
|
||||||
@ -52,5 +55,4 @@
|
|||||||
until: job_poll.finished
|
until: job_poll.finished
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: "{{ job_init }} {{ job_poll }}"
|
var: job_poll
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user