ansible-void/reboot.yaml

8 lines
117 B
YAML

---
- name: Reboot all machines
hosts: all
tasks:
- name: Reboot all machines
ansible.builtin.reboot: