Documentation fix, decrypt is True by default (#44435)

This commit is contained in:
Joakim Israelsson 2018-08-21 18:21:25 +02:00 committed by John R Barker
commit 88659dcba4

View file

@ -40,7 +40,7 @@ description:
options: options:
decrypt: decrypt:
description: A boolean to indicate whether to decrypt the parameter. description: A boolean to indicate whether to decrypt the parameter.
default: false default: true
type: boolean type: boolean
bypath: bypath:
description: A boolean to indicate whether the parameter is provided as a hierarchy. description: A boolean to indicate whether the parameter is provided as a hierarchy.