blse2-public/common-debian/tasks/restart.yml

11 lines
170 B
YAML

---
- name: restart system
reboot:
post_reboot_delay: 15
- name: wait 15 seconds for system to stabilize
pause:
seconds: 15
become: no
connection: local