Bump this timeout way up.

This commit is contained in:
Kevin Fenzi 2014-07-19 23:41:52 +00:00
parent 193e645fbd
commit 5ab781961a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
register: vmstatus
until: vmstatus.status == 'shutdown'
delegate_to: "{{ vmhost }}"
retries: 150
retries: 1500
delay: 10
when: inventory_hostname not in result.list_vms