mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
Wait for 30m for reboot to come back.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user