ansible_cache/home_linux/reboot.yml

15 lines
222 B
YAML

---
- name: Reboot the Raspberries
hosts: all
gather_facts: no
roles:
- common
become: yes
tasks:
- name: Rebooting...
reboot:
msg: "Reboot initiated by Ansible"
test_command: uptime