Skip to content
Snippets Groups Projects
Commit 86c715dd authored by nimrod's avatar nimrod
Browse files

WAP: Add the advanced reboot package.

parent 77fa458c
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@
ansible.builtin.assert:
that:
- ansible_facts.distribution == "OpenWrt"
- ansible_facts.distribution_major_version == "19"
- ansible_facts.distribution_major_version == "23"
- name: Install packages
loop:
- curl
- luci-app-advanced-reboot
community.general.opkg:
name: '{{ item }}'
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment