From 8c15d717837227fb8bc30482995c1cda8d120986 Mon Sep 17 00:00:00 2001 From: Zhikang Zhang Date: Tue, 5 Jun 2018 14:12:35 -0400 Subject: [PATCH] Fix typo in decrypt doc. (#41149) Prior to this change, the document cannot render the default choice of decrypt correctly. --- lib/ansible/utils/module_docs_fragments/decrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" """