summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/dev_guide/developing_modules_documenting.rst')
-rw-r--r--docs/docsite/rst/dev_guide/developing_modules_documenting.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
index f459e43326..e7b5c2d5fb 100644
--- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
+++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
@@ -162,8 +162,8 @@ All fields in the ``DOCUMENTATION`` block are lower-case. All fields are require
* If ``required`` is false/missing, ``default`` may be specified (assumed 'null' if missing).
* Ensure that the default value in the docs matches the default value in the code.
* The default field must not be listed as part of the description, unless it requires additional information or conditions.
- * If the option is a boolean value, you can use any of the boolean values recognized by Ansible:
- (such as true/false or yes/no). Choose the one that reads better in the context of the option.
+ * If the option is a boolean value, you can use any of the boolean values recognized by Ansible
+ (such as ``true``/``false`` or ``yes``/``no``). Document booleans as ``true``/``false`` for consistency and compatibility with ansible-lint.
:choices: