mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
* apk: Fix failure when both install and upgrade in same command If name list contains an installed package that needs upgrade plus a new package, apk command would fail due to missing space character. * Simplify fix by concatenating lists