No variable delay shenanigans
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
215586ddb5
commit
3a450238b1
@ -52,7 +52,7 @@
|
||||
jid: "{{ item.ansible_job_id }}"
|
||||
register: job_poll
|
||||
retries: 5
|
||||
delay: "{{ ( ( servers | length ) - 1 ) * 50 }}"
|
||||
delay: 100
|
||||
until: job_poll.finished
|
||||
loop: "{{ job_init.results }}"
|
||||
loop_control:
|
||||
|
Loading…
Reference in New Issue
Block a user