Commit 8f4cdf07 authored by nimrod's avatar nimrod
Browse files

OpenWRT bootstrap: Small fix.

parent 688c625c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
---
- 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