Update lib/ansible/modules/package_facts.py

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/83149/head
Brian Coca 1 month ago committed by GitHub
parent dcf7dfac36
commit 35cd677d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ options:
description:
- This option controls how the module queries the package managers on the system.
choices:
first: means it will return only information for the first supported package manager available.
first: returns only information for the first supported package manager available.
all: returns information for all supported and available package managers on the system.
default: 'first'
type: str

Loading…
Cancel
Save