Update package_facts.py (#60402)

Fixed a type in the description about the package_facts module where information was typed informatino.
This commit is contained in:
helterskelter01 2019-08-12 15:51:26 +00:00 committed by Alicia Cozine
parent d320222eb3
commit 0855820574

View file

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