summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test/falsy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/test/falsy.yml')
-rw-r--r--lib/ansible/plugins/test/falsy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/test/falsy.yml b/lib/ansible/plugins/test/falsy.yml
index 9747f7d5..49a198f1 100644
--- a/lib/ansible/plugins/test/falsy.yml
+++ b/lib/ansible/plugins/test/falsy.yml
@@ -12,7 +12,7 @@ DOCUMENTATION:
type: string
required: True
convert_bool:
- description: Attempts to convert the result to a strict Python boolean vs normally acceptable values (V(yes)/V(no), V(on)/V(off), V(0)/V(1), etc).
+ description: Attempts to convert the result to a strict Python boolean vs normally acceptable values (C(yes)/C(no), C(on)/C(off), C(0)/C(1), etc).
type: bool
default: false
EXAMPLES: |
@@ -20,5 +20,5 @@ EXAMPLES: |
thisistrue: '{{ "" is falsy }}'
RETURN:
_value:
- description: Returns V(False) if the condition is not "Python truthy", V(True) otherwise.
+ description: Returns C(False) if the condition is not "Python truthy", C(True) otherwise.
type: boolean