specified backgrounding task for reboot.
This commit is contained in:
@@ -167,6 +167,8 @@
|
||||
- name: Initiate system reboot
|
||||
ansible.builtin.raw: |
|
||||
/sbin/reboot
|
||||
async: 1 # Run task in background
|
||||
poll: 0 # Do not wait for a response.
|
||||
ignore_unreachable: true
|
||||
ignore_errors: true
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user