mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
* Ensure apk handles empty name strings * Update changelog * Update tests/integration/targets/apk/tasks/main.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/10442-apk-fix-empty-names.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Remove redundant conditional * Remove redundant ignore errors * Reject apk with update cache for empty package names --------- Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
No EOL
200 B
YAML
3 lines
No EOL
200 B
YAML
bugfixes:
|
|
- apk - handle empty name strings properly
|
|
(https://github.com/ansible-collections/community.general/issues/10441, https://github.com/ansible-collections/community.general/pull/10442). |