From 67264db5bca37a841d5d9beffc008277c873e8a0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 9 Nov 2025 00:01:43 +0100 Subject: Fix reboot not to wait for prompt and ubuntuiso domain --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.yml') diff --git a/site.yml b/site.yml index e3cc5cc..51f5dbd 100644 --- a/site.yml +++ b/site.yml @@ -8,7 +8,7 @@ - role: "configure" tasks: - name: "Reboot" - ansible.builtin.command: "reboot" + ansible.builtin.command: "reboot -f" async: 1 poll: 0 changed_when: true -- cgit v1.2.3