ansible_cache/home_linux/reboot.yml

14 lines
203 B
YAML
Raw Normal View History

2021-03-26 20:51:12 +00:00
---
- name: Reboot the Raspberries
hosts: all
roles:
- common
become: yes
tasks:
- name: Rebooting...
reboot:
msg: "Reboot initiated by Ansible"
test_command: uptime