mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
package_facts: Trivial docs cleanup (#56015)
Make a small documentation cleanup for the package_facts module to use the current YAML style and remove unnecessary quotes around `auto`. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
committed by
Alicia Cozine
parent
f90398a31d
commit
93d24efe37
@@ -44,12 +44,13 @@ author:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get the rpm package facts
|
||||
- name: Gather the rpm package facts
|
||||
package_facts:
|
||||
manager: "auto"
|
||||
manager: auto
|
||||
|
||||
- name: show them
|
||||
debug: var=ansible_facts.packages
|
||||
- name: Print the rpm package facts
|
||||
debug:
|
||||
var: ansible_facts.packages
|
||||
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user