bookworm/reboot.yml
2023-10-18 09:48:56 +02:00

9 lines
123 B
YAML

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