specified backgrounding task for reboot.

This commit is contained in:
2026-04-30 15:13:26 -07:00
parent 37b911d834
commit d0043c3033

View File

@@ -167,6 +167,8 @@
- name: Initiate system reboot - name: Initiate system reboot
ansible.builtin.raw: | ansible.builtin.raw: |
/sbin/reboot /sbin/reboot
async: 1 # Run task in background
poll: 0 # Do not wait for a response.
ignore_unreachable: true ignore_unreachable: true
ignore_errors: true ignore_errors: true
when: when: