toolbox/tasks/reboot.yaml
2025-10-23 10:08:46 +02:00

7 lines
142 B
YAML

---
# reboot the system
- name: "reboot the system"
ansible.builtin.reboot:
msg: "Reboot initiated by Ansible"
reboot_timeout: 120