Add a small delay here in vhost_reboot
This commit is contained in:
parent
7016126b11
commit
6455819a83
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=900 search_regex=OpenSSH
|
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
|
- 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
|
- name: look up vmlist
|
||||||
virt: command=list_vms
|
virt: command=list_vms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue