Commit 86c715dd authored by nimrod's avatar nimrod
Browse files

WAP: Add the advanced reboot package.

parent 77fa458c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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