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:
parent
d320222eb3
commit
0855820574
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue