toolbox/tasks/reboot.yaml

8 lines
164 B
YAML

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