Bump this timeout way up.
This commit is contained in:
parent
193e645fbd
commit
5ab781961a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
register: vmstatus
|
register: vmstatus
|
||||||
until: vmstatus.status == 'shutdown'
|
until: vmstatus.status == 'shutdown'
|
||||||
delegate_to: "{{ vmhost }}"
|
delegate_to: "{{ vmhost }}"
|
||||||
retries: 150
|
retries: 1500
|
||||||
delay: 10
|
delay: 10
|
||||||
when: inventory_hostname not in result.list_vms
|
when: inventory_hostname not in result.list_vms
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue