Spelling fix, win_chocolatey_facts.py (#67617)
Spelling fix - "path" not "pth"
This commit is contained in:
parent
cffead4631
commit
574033cebb
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ ansible_facts:
|
||||||
type: bool
|
type: bool
|
||||||
sample: true
|
sample: true
|
||||||
certificate:
|
certificate:
|
||||||
description: Pth to a PFX certificate for X509 authenticated feeds
|
description: Path to a PFX certificate for X509 authenticated feeds
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: C:\chocolatey\cert.pfx
|
sample: C:\chocolatey\cert.pfx
|
||||||
|
|
Loading…
Reference in a new issue