Wait for 30m for reboot to come back.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
2083a05dac
commit
e9fb7a9d50
1 changed files with 2 additions and 1 deletions
|
|
@ -88,8 +88,9 @@
|
|||
ignore_errors: true
|
||||
when: nonagios is not defined or not nonagios
|
||||
|
||||
# With drive firmware and sometimes needed to poke things, make this 30m
|
||||
- name: reboot the virthost
|
||||
reboot:
|
||||
reboot: reboot_timeout=1800
|
||||
|
||||
- name: wait for libvirtd to come back on the virthost
|
||||
wait_for: path=/run/libvirt/libvirt-sock state=present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue