From fffb7ccd8ac597de585651b36f6423fb3b972af4 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 31 Mar 2025 14:13:49 -0400 Subject: [PATCH] Add 'True' string Requested to add `True` string to the Truthy values list. --- .../rst/playbook_guide/playbooks_variables.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_variables.rst b/docs/docsite/rst/playbook_guide/playbooks_variables.rst index c52d675f0ae..1da35764ccd 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_variables.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_variables.rst @@ -112,14 +112,14 @@ While documentation examples focus on ``true/false`` to be compatible with ``ans .. table:: :class: documentation-table - =============================================================================================== ==================================================================== - Valid values Description - =============================================================================================== ==================================================================== - ``True`` , ``'true'`` , ``'t'`` , ``'yes'`` , ``'y'`` , ``'on'`` , ``'1'`` , ``1`` , ``1.0`` Truthy values + ========================================================================================================== ==================================================================== + Valid values Description + ========================================================================================================== ==================================================================== + ``True`` , ``'True'``, ``'true'`` , ``'t'`` , ``'yes'`` , ``'y'`` , ``'on'`` , ``'1'`` , ``1`` , ``1.0`` Truthy values - ``False`` , ``'false'`` , ``'f'`` , ``'no'`` , ``'n'`` , ``'off'`` , ``'0'`` , ``0`` , ``0.0`` Falsy values + ``False`` , ``'false'`` , ``'f'`` , ``'no'`` , ``'n'`` , ``'off'`` , ``'0'`` , ``0`` , ``0.0`` Falsy values - =============================================================================================== ==================================================================== + ========================================================================================================== ==================================================================== .. _list_variables: