virt: adjust the pause for ARMv7
This commit is contained in:
parent
b29c15e0fa
commit
60d6de2eef
1 changed files with 5 additions and 5 deletions
|
@ -65,17 +65,17 @@
|
|||
tags:
|
||||
- armv7-kernel
|
||||
|
||||
- name: start the vm up
|
||||
virt: state=started name={{ inventory_hostname }}
|
||||
delegate_to: "{{ vmhost }}"
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- 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 }}"
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- name: set it to autostart
|
||||
virt: command=autostart name={{ inventory_hostname }}
|
||||
delegate_to: "{{ vmhost }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue