Add a small delay here in vhost_reboot

This commit is contained in:
Kevin Fenzi 2014-08-12 16:54:28 +00:00
parent 7016126b11
commit 6455819a83

View file

@ -83,7 +83,7 @@
local_action: wait_for host={{ target }} port=22 delay=120 timeout=900 search_regex=OpenSSH
- name: wait for libvirtd to come back on the virthost
wait_for: path=/var/run/libvirtd.pid state=present
wait_for: path=/var/run/libvirtd.pid state=present delay=10
- name: look up vmlist
virt: command=list_vms