Lets try this to fix issues
This commit is contained in:
parent
a6723c336d
commit
9ba0e4ef20
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@
|
||||||
- name: wait for virthost to come back - up to 6 minutes
|
- name: wait for virthost to come back - up to 6 minutes
|
||||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=420
|
local_action: wait_for host={{ target }} port=22 delay=120 timeout=420
|
||||||
|
|
||||||
|
- name: wait for libvirtd to come back on the virthost
|
||||||
|
wait_for host={{ target }} path=/var/run/libvirt/libvirt-sock
|
||||||
|
|
||||||
- name: look up vmlist
|
- name: look up vmlist
|
||||||
virt: command=list_vms
|
virt: command=list_vms
|
||||||
register: newvmlist
|
register: newvmlist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue