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:
parent
3db4be2c3b
commit
7f62b4733d
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ author:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Gather the rpm package facts
|
- name: Gather the package facts
|
||||||
package_facts:
|
package_facts:
|
||||||
manager: auto
|
manager: auto
|
||||||
|
|
||||||
- name: Print the rpm package facts
|
- name: Print the package facts
|
||||||
debug:
|
debug:
|
||||||
var: ansible_facts.packages
|
var: ansible_facts.packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue