From 5c7e43dd275ff1dce129a5854e301adf3b63c444 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 21 Feb 2022 19:11:29 -0600 Subject: [PATCH] Bump reboot timeout APPARENTLY --- playbooks/tags_autoreboot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tags_autoreboot.yml b/playbooks/tags_autoreboot.yml index 5ff7363..20d9fae 100755 --- a/playbooks/tags_autoreboot.yml +++ b/playbooks/tags_autoreboot.yml @@ -32,5 +32,5 @@ - name: notify of failure to reboot debug: msg="Miscellaneous failure when scheduling downtime" - name: reboot - reboot: reboot_timeout=300 + reboot: reboot_timeout=600 when: s.stat.exists