summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test/skip.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/test/skip.yml')
-rw-r--r--lib/ansible/plugins/test/skip.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/plugins/test/skip.yml b/lib/ansible/plugins/test/skip.yml
index 2aad3a3d..97271728 100644
--- a/lib/ansible/plugins/test/skip.yml
+++ b/lib/ansible/plugins/test/skip.yml
@@ -6,7 +6,7 @@ DOCUMENTATION:
aliases: [skip]
description:
- Tests if task was skipped
- - This test checks for the existance of a C(skipped) key in the input dictionary and that it is V(True) if present
+ - This test checks for the existance of a C(skipped) key in the input dictionary and that it is C(True) if present
options:
_input:
description: registered result from an Ansible task
@@ -14,9 +14,9 @@ DOCUMENTATION:
required: True
EXAMPLES: |
# test 'status' to know how to respond
- {{ taskresults is skipped }}
+ {{ (taskresults is skipped}}
RETURN:
_value:
- description: Returns V(True) if the task was skipped, V(False) otherwise.
+ description: Returns C(True) if the task was skipped, C(False) otherwise.
type: boolean