summaryrefslogtreecommitdiff
path: root/test/integration/targets/hash/test_hash.yml
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2018-05-17 14:07:12 -0400
committerGitHub <noreply@github.com>2018-05-17 14:07:12 -0400
commit59e541e31af4f13afe7f253bf50563008268af4e (patch)
treedf1a5a4787d7da80c97c39df9728d9c22d7937b0 /test/integration/targets/hash/test_hash.yml
parentc9d3bb59a431f75d8dafa11c4a6acc968a3c3e80 (diff)
downloadansible-59e541e31af4f13afe7f253bf50563008268af4e.tar.gz
Change behavior to behaviour in docs and tests (#39392)
* Change behavior to behaviour - use existing fact to get hash setting rather than shell task - fix code highlighting syntax in playbooks_variables.rst * Re-wrote intro section; this entire topic needs a clean-up/rewrite.
Diffstat (limited to 'test/integration/targets/hash/test_hash.yml')
-rw-r--r--test/integration/targets/hash/test_hash.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration/targets/hash/test_hash.yml b/test/integration/targets/hash/test_hash.yml
index 271563355b..37b56e655f 100644
--- a/test/integration/targets/hash/test_hash.yml
+++ b/test/integration/targets/hash/test_hash.yml
@@ -1,4 +1,3 @@
----
- hosts: testhost
vars_files:
- vars/test_hash_vars.yml
@@ -17,4 +16,6 @@
role_vars: "this is in role vars/main.yml"
vars_file: "this is in a vars_file"
roles:
- - { role: test_hash_behavior, test_hash: {'role_argument':'this is a role argument variable'} }
+ - role: test_hash_behaviour
+ test_hash:
+ role_argument: 'this is a role argument variable'