diff --git a/lib/ansible/utils/module_docs_fragments/decrypt.py b/lib/ansible/utils/module_docs_fragments/decrypt.py index d3211a157bd..3b33cf5fa1a 100644 --- a/lib/ansible/utils/module_docs_fragments/decrypt.py +++ b/lib/ansible/utils/module_docs_fragments/decrypt.py @@ -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" """