From 8f4cdf072a3f50d2f6aca712335f3b9849978bbd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Feb 2023 17:07:41 +0200
Subject: [PATCH] OpenWRT bootstrap: Small fix.

---
 Ansible/roles/openwrt_bootstrap/tasks/main.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Ansible/roles/openwrt_bootstrap/tasks/main.yaml b/Ansible/roles/openwrt_bootstrap/tasks/main.yaml
index a3abba1..de354fb 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
-- 
GitLab