mirror of https://github.com/ansible/ansible
package_facts: Use apk query instead of apk info to gather facts (#86581)
* package_facts: Use apk query instead of apk info to gather facts * ``apk query`` gives more options to gather facts than ``apk info`` Fixes: #86579 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/86596/head
parent
a44218e4b1
commit
a751010bea
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- package_facts - use apk query instead of apk info for gathering package facts in Alpine (https://github.com/ansible/ansible/issues/86579).
|
||||
Loading…
Reference in new issue