From df6eaef96cf2d8513ea07528939f3e7d544b3383 Mon Sep 17 00:00:00 2001 From: Khwezi Date: Sat, 11 Apr 2026 16:46:13 +0200 Subject: [PATCH] Turned async on --- ansible-playbooks/common/reboot-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-playbooks/common/reboot-hosts.yml b/ansible-playbooks/common/reboot-hosts.yml index 82ba5fa..8360220 100644 --- a/ansible-playbooks/common/reboot-hosts.yml +++ b/ansible-playbooks/common/reboot-hosts.yml @@ -7,7 +7,7 @@ tasks: - name: Trigger reboot with a slight delay ansible.builtin.shell: "sleep 5 && reboot" - async: 0 + async: 1 poll: 0 ignore_errors: true