@@ -1,6 +1,6 @@
---
- name: Reboot server
- shell: "/sbin/reboot"
+ shell: "sleep 5 && /sbin/reboot"
async: 1
poll: 0
become: true