diff --git a/ansible-playbooks/common/reboot-hosts.yml b/ansible-playbooks/common/reboot-hosts.yml index 82ba5fa..8360220 100644 --- a/ansible-playbooks/common/reboot-hosts.yml +++ b/ansible-playbooks/common/reboot-hosts.yml @@ -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