virt: add a pause for ARMv7 virt installs
This commit is contained in:
parent
61790487f3
commit
e7139d4ac7
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@
|
|||
tags:
|
||||
- armv7-kernel
|
||||
|
||||
- name: ARMv7 pause while VM updates
|
||||
pause: seconds=5
|
||||
when: inventory_hostname.startswith('buildvm-armv7') and inventory_hostname not in result.list_vms
|
||||
tags:
|
||||
- armv7-kernel
|
||||
|
||||
- name: start the vm up
|
||||
virt: state=started name={{ inventory_hostname }}
|
||||
delegate_to: "{{ vmhost }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue