summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test/failure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/test/failure.yml')
-rw-r--r--lib/ansible/plugins/test/failure.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/test/failure.yml b/lib/ansible/plugins/test/failure.yml
index b8cd78bb..b8a9b3e7 100644
--- a/lib/ansible/plugins/test/failure.yml
+++ b/lib/ansible/plugins/test/failure.yml
@@ -6,7 +6,7 @@ DOCUMENTATION:
aliases: [failure]
description:
- Tests if task finished in failure, opposite of C(succeeded).
- - This test checks for the existance of a C(failed) key in the input dictionary and that it is V(True) if present.
+ - This test checks for the existance of a C(failed) key in the input dictionary and that it is C(True) if present.
- Tasks that get skipped or not executed due to other failures (syntax, templating, unreachable host, etc) do not return a 'failed' status.
options:
_input:
@@ -19,5 +19,5 @@ EXAMPLES: |
RETURN:
_value:
- description: Returns V(True) if the task was failed, V(False) otherwise.
+ description: Returns C(True) if the task was failed, C(False) otherwise.
type: boolean