apk: Add no-cache option (#548)

* apk: add no_cache option

* Fix indentation
This commit is contained in:
Amin Vakil 2020-06-23 16:40:05 +04:30 committed by GitHub
commit 7e17b55884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548).