Files
ansible/playbooks/reboot_pis.yml
2021-05-14 16:08:09 +02:00

6 lines
103 B
YAML

- hosts: rpi
tasks:
- name: Rebooting
become: yes
reboot:
reboot_timeout: 600