Try adding some parameters here.
This commit is contained in:
parent
d13c8a1adf
commit
792d904739
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
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
|
||||
wait_for: host={{ target }} path=/var/run/libvirt/libvirt-sock state=present timeout=300
|
||||
|
||||
- name: look up vmlist
|
||||
virt: command=list_vms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue