bookworm/reboot.yml

11 lines
145 B
YAML
Raw Normal View History

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