diff options
Diffstat (limited to 'lib/ansible/plugins/test/skip.yml')
-rw-r--r-- | lib/ansible/plugins/test/skip.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/plugins/test/skip.yml b/lib/ansible/plugins/test/skip.yml index 97271728..2aad3a3d 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 C(True) if present + - This test checks for the existance of a C(skipped) key in the input dictionary and that it is V(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 C(True) if the task was skipped, C(False) otherwise. + description: Returns V(True) if the task was skipped, V(False) otherwise. type: boolean |