virt: add a pause for ARMv7 virt installs

This commit is contained in:
Peter Robinson 2017-04-17 21:57:40 +00:00
parent 61790487f3
commit e7139d4ac7

View file

@ -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 }}"