opkg: fix bug when update_cache=true (#6119)

* opkg: fix bug when update_cache=true

* add changelog fragment
This commit is contained in:
Alexei Znamensky
2023-03-02 19:01:15 +13:00
committed by GitHub
parent 03084d1133
commit 345a69304a
3 changed files with 59 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- opkg - fixes bug when using ``update_cache=true`` (https://github.com/ansible-collections/community.general/issues/6004).