toolbox/tasks/reboot.yaml
2025-10-23 10:26:28 +02:00

8 lines
159 B
YAML

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