diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:01:43 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:01:43 +0100 |
| commit | 67264db5bca37a841d5d9beffc008277c873e8a0 (patch) | |
| tree | eb14b65750e06d3b3d6753d47ca8e087e7a32083 /site.yml | |
| parent | b67af703c8fa35e85110a1c77d7c550b803a594a (diff) | |
Fix reboot not to wait for prompt and ubuntuiso domain
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
