mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
committed by
Sviatoslav Sydorenko
parent
01e1b51e33
commit
8c15d71783
@@ -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"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user