Turned async on
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user