From e9fb7a9d50a20b9bc5fa5a8cf2aec992c7467f22 Mon Sep 17 00:00:00 2001 From: James Antill Date: Tue, 1 Oct 2024 18:27:14 -0400 Subject: [PATCH] Wait for 30m for reboot to come back. Signed-off-by: James Antill --- playbooks/vhost_reboot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 640a890781..95f01a5feb 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -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