summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test/change.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/test/change.yml')
-rw-r--r--lib/ansible/plugins/test/change.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/plugins/test/change.yml b/lib/ansible/plugins/test/change.yml
index 1fb1e5e8..8b3dbe10 100644
--- a/lib/ansible/plugins/test/change.yml
+++ b/lib/ansible/plugins/test/change.yml
@@ -6,7 +6,7 @@ DOCUMENTATION:
aliases: [change]
description:
- Tests if task required changes to complete
- - This test checks for the existance of a C(changed) key in the input dictionary and that it is C(True) if present
+ - This test checks for the existance of a C(changed) 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 changed }}
+ {{ taskresults is changed }}
RETURN:
_value:
- description: Returns C(True) if the task was required changes, C(False) otherwise.
+ description: Returns V(True) if the task was required changes, V(False) otherwise.
type: boolean