Apk: add support for a custom world file (#4976)

* Apk: add support for a custom world file

* Apk: Add changelog fragment for custom world file
This commit is contained in:
CactiChameleon9 2022-07-26 09:14:17 +00:00 committed by GitHub
commit be0e47bfdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 6 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- apk - add ``world`` parameter for supporting a custom world file (https://github.com/ansible-collections/community.general/pull/4976).