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

(cherry picked from commit 88659dcba4)
pull/44854/head
John R Barker 6 years ago committed by Alicia Cozine
parent c5d9c98cdf
commit 36fd4a2255

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

Loading…
Cancel
Save