Change timeout values
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
69aee17d84
commit
adbe0230e3
@ -42,16 +42,13 @@
|
|||||||
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:
|
||||||
jid: "{{ 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
|
||||||
delay: 30
|
delay: 75
|
||||||
until: job_poll.finished
|
until: job_poll.finished
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user