mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Documentation fix, decrypt is True by default (#44435)
This commit is contained in:
parent
4062939681
commit
88659dcba4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue