vhost_reboot: it is libvirt-sock, not libvirtd-sock
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1b4443a8ee
commit
9a26c66413
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
reboot:
|
reboot:
|
||||||
|
|
||||||
- name: wait for libvirtd to come back on the virthost
|
- name: wait for libvirtd to come back on the virthost
|
||||||
wait_for: path=/run/libvirt/libvirtd-sock state=present
|
wait_for: path=/run/libvirt/libvirt-sock state=present
|
||||||
|
|
||||||
- name: look up vmlist
|
- name: look up vmlist
|
||||||
virt: command=list_vms
|
virt: command=list_vms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue