ok, how about this?
This commit is contained in:
parent
a86cd63c69
commit
7ec4217fd4
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
until: vmstatus.status == 'shutdown'
|
||||
delegate_to: "{{ vmhost }}"
|
||||
retries: 1500
|
||||
delay: 20
|
||||
delay: 10
|
||||
run_once: true
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- name: ARMv7 copy the kernel out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue