diff --git a/Ansible/roles/openwrt_bootstrap/tasks/main.yaml b/Ansible/roles/openwrt_bootstrap/tasks/main.yaml index a3abba17e62d19e244b71506d604e4f6c717b7b1..de354fbcacc62a6de75cc2b6bbe52ce9d94c650d 100644 --- a/Ansible/roles/openwrt_bootstrap/tasks/main.yaml +++ b/Ansible/roles/openwrt_bootstrap/tasks/main.yaml @@ -1,4 +1,8 @@ --- +- name: Update package list + ansible.builtin.raw: opkg update + changed_when: false + - name: Install Python3 ansible.builtin.raw: opkg install python3 register: opkg_install_python3