Update EXAMPLES in package_facts.py documentation (#71838)

this module is not limited to rpm , so remove rpm in tasks name
This commit is contained in:
roumano 2020-09-21 18:14:00 +02:00 committed by GitHub
parent 3db4be2c3b
commit 7f62b4733d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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