Turned async on
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Trigger reboot with a slight delay
|
- name: Trigger reboot with a slight delay
|
||||||
ansible.builtin.shell: "sleep 5 && reboot"
|
ansible.builtin.shell: "sleep 5 && reboot"
|
||||||
async: 0
|
async: 1
|
||||||
poll: 0
|
poll: 0
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user