Update package_facts.py (#60402)

Fixed a type in the description about the package_facts module where information was typed informatino.
pull/60430/head
helterskelter01 5 years ago committed by Alicia Cozine
parent d320222eb3
commit 0855820574

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

Loading…
Cancel
Save