summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookups/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/lookups/tasks/main.yml')
-rw-r--r--test/integration/targets/lookups/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/targets/lookups/tasks/main.yml b/test/integration/targets/lookups/tasks/main.yml
index f861ceaede..86a627b33c 100644
--- a/test/integration/targets/lookups/tasks/main.yml
+++ b/test/integration/targets/lookups/tasks/main.yml
@@ -22,13 +22,13 @@
copy: dest={{output_dir}}/foo.txt mode=0644 content="bar"
- name: load the file as a fact
- set_fact:
+ set_fact:
foo: "{{ lookup('file', output_dir + '/foo.txt' ) }}"
- debug: var=foo
-- name: verify file lookup
- assert:
+- name: verify file lookup
+ assert:
that:
- "foo == 'bar'"
@@ -43,7 +43,7 @@
- "{{output_dir}}/lookup"
- name: create a password file
- set_fact:
+ set_fact:
newpass: "{{ lookup('password', output_dir + '/lookup/password length=8') }}"
- name: stat the password file directory
@@ -143,7 +143,7 @@
- name: get first environment var value
shell: echo {{ '$' + known_var_name.stdout }}
- register: known_var_value
+ register: known_var_value
- name: use env lookup to get known var
set_fact: