Update EXAMPLES in package_facts.py documentation (#71838)

this module is not limited to rpm , so remove rpm in tasks name
pull/71843/head
roumano 4 years ago committed by GitHub
parent 3db4be2c3b
commit 7f62b4733d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,11 +43,11 @@ author:
'''
EXAMPLES = '''
- name: Gather the rpm package facts
- name: Gather the package facts
package_facts:
manager: auto
- name: Print the rpm package facts
- name: Print the package facts
debug:
var: ansible_facts.packages

Loading…
Cancel
Save