Skip to content

Commit

Permalink
Update package_facts.py (#60402)
Browse files Browse the repository at this point in the history
Fixed a type in the description about the package_facts module where information was typed informatino.
  • Loading branch information
helterskelter01 authored and acozine committed Aug 12, 2019
1 parent d320222 commit 0855820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/packaging/os/package_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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'
Expand Down

0 comments on commit 0855820

Please sign in to comment.