diff --git a/lib/ansible/modules/package_facts.py b/lib/ansible/modules/package_facts.py index 9bd50166aa7..16c6afa5d59 100644 --- a/lib/ansible/modules/package_facts.py +++ b/lib/ansible/modules/package_facts.py @@ -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