From 7f62b4733d0bd3b021e8276ce3a6193f5fc211f9 Mon Sep 17 00:00:00 2001 From: roumano Date: Mon, 21 Sep 2020 18:14:00 +0200 Subject: [PATCH] Update EXAMPLES in package_facts.py documentation (#71838) this module is not limited to rpm , so remove rpm in tasks name --- lib/ansible/modules/package_facts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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