bookworm/reboot.yml

10 lines
123 B
YAML
Raw Normal View History

2023-09-15 15:38:05 +02:00
---
- name: Reboot machines
become: yes
hosts: all
tasks:
- name: Reboot machine
ansible.builtin.reboot: