Turned async on

This commit is contained in:
Khwezi
2026-04-11 16:46:13 +02:00
parent 82a72307e4
commit df6eaef96c

View File

@@ -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