summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test/failure.yml
diff options
context:
space:
mode:
authorcos <cos>2024-04-20 09:49:20 +0200
committercos <cos>2024-04-20 09:49:20 +0200
commit4a8cba9f5881c02efe11c043d91b22325a591579 (patch)
tree6c52b3df5315ddae440dd6d6d2526f0481aecee2 /lib/ansible/plugins/test/failure.yml
parent3280e8181e83872988933ea71b89ae891749a872 (diff)
parentbbed591285e1882d05198e518f75873af58939f5 (diff)
downloaddebian-ansible-core-debian/failed-recreation-attempt.zip
Update upstream source from recreated 2.16.5 importdebian/failed-recreation-attempt
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 b8a9b3e7..b8cd78bb 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 C(True) if present.
+ - This test checks for the existance of a C(failed) key in the input dictionary and that it is V(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 C(True) if the task was failed, C(False) otherwise.
+ description: Returns V(True) if the task was failed, V(False) otherwise.
type: boolean