From 08558205740c4c5e133e9bb6aecbaed28b8f68ba Mon Sep 17 00:00:00 2001 From: helterskelter01 Date: Mon, 12 Aug 2019 15:51:26 +0000 Subject: [PATCH] Update package_facts.py (#60402) Fixed a type in the description about the package_facts module where information was typed informatino. --- lib/ansible/modules/packaging/os/package_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/package_facts.py b/lib/ansible/modules/packaging/os/package_facts.py index 9f541aefe59..1c7fbb3192a 100644 --- a/lib/ansible/modules/packaging/os/package_facts.py +++ b/lib/ansible/modules/packaging/os/package_facts.py @@ -29,7 +29,7 @@ options: strategy: description: - This option controls how the module queres the package managers on the system. - C(first) means it will return only informatino for the first supported package manager available. + C(first) means it will return only information for the first supported package manager available. C(all) will return information for all supported and available package managers on the system. choices: ['first', 'all'] default: 'first'