Files
apLukov/reboot.yml
2024-11-02 03:38:02 +01:00

13 lines
262 B
YAML

- hosts: accessPoints
ignore_unreachable: true
gather_facts: false
vars:
openwrt_install_recommended_packages: no
roles:
- gekmihesg.openwrt
tasks:
- name: Reboot devices
ansible.builtin.command:
cmd: "reboot"
changed_when: false