Fix typo in decrypt doc. (#41149)
Prior to this change, the document cannot render the default choice of decrypt correctly.
This commit is contained in:
parent
01e1b51e33
commit
8c15d71783
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ options:
|
|||
- This option controls the autodecryption of source files using vault.
|
||||
required: false
|
||||
type: 'bool'
|
||||
default: 'Yes'
|
||||
default: 'yes'
|
||||
version_added: "2.4"
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue