mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
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.
|
- This option controls the autodecryption of source files using vault.
|
||||||
required: false
|
required: false
|
||||||
type: 'bool'
|
type: 'bool'
|
||||||
default: 'Yes'
|
default: 'yes'
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue