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:
Zhikang Zhang 2018-06-05 14:12:35 -04:00 committed by Sviatoslav Sydorenko
parent 01e1b51e33
commit 8c15d71783

View file

@ -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"
"""