diff options
| author | Peter Robinson <pbrobinson@fedoraproject.org> | 2017-04-17 21:57:40 +0000 |
|---|---|---|
| committer | Peter Robinson <pbrobinson@fedoraproject.org> | 2017-04-17 21:57:40 +0000 |
| commit | e7139d4ac7ee008bea592ee6bc8322b586d1a7c7 (patch) | |
| tree | 6aea9c6e3a6e6810f1b49c1591f53bdae53736e6 /tasks/virt_instance_create.yml | |
| parent | 61790487f3d22f779956974d75e1e4bbd867acc3 (diff) | |
virt: add a pause for ARMv7 virt installs
Diffstat (limited to 'tasks/virt_instance_create.yml')
| -rw-r--r-- | tasks/virt_instance_create.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 11049df28..914f9622c 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -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 }}" |
