diff options
Diffstat (limited to 'lib/ansible/plugins/test/failed.yml')
-rw-r--r-- | lib/ansible/plugins/test/failed.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/test/failed.yml b/lib/ansible/plugins/test/failed.yml index b8a9b3e7..b8cd78bb 100644 --- a/lib/ansible/plugins/test/failed.yml +++ b/lib/ansible/plugins/test/failed.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 |