Change timeout values #2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
adbe0230e3
commit
144c3604d5
@ -39,7 +39,7 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
with_items: "{{ servers }}"
|
with_items: "{{ servers }}"
|
||||||
register: job_init
|
register: job_init
|
||||||
async: 150
|
async: 300
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
- name: Poll for completion
|
- name: Poll for completion
|
||||||
@ -48,7 +48,7 @@
|
|||||||
with_items: "{{ job_init.results }}"
|
with_items: "{{ job_init.results }}"
|
||||||
register: job_poll
|
register: job_poll
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 75
|
delay: 100
|
||||||
until: job_poll.finished
|
until: job_poll.finished
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user