try and make things a bit easier to update armv7 vm kernels
This commit is contained in:
parent
15887191c1
commit
f3b9e23566
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@
|
|||
delegate_to: "{{ vmhost }}"
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- name: when armv7kernelupdate is set we are done
|
||||
meta: end_play
|
||||
when: armv7kernelupdate is defined
|
||||
|
||||
- name: ARMv7 pause while VM updates
|
||||
pause: seconds=5
|
||||
when: inventory_hostname.startswith('buildvm-armv7') and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue