summaryrefslogtreecommitdiff
path: root/test/samples/lookup_password.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/lookup_password.yml')
-rw-r--r--test/samples/lookup_password.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/samples/lookup_password.yml b/test/samples/lookup_password.yml
deleted file mode 100644
index 07bc71358b..0000000000
--- a/test/samples/lookup_password.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: localhost
- gather_facts: no
- #vars:
- # my_password: "{{ lookup('password', '/tmp/test_lookup_password length=15') }}"
- tasks:
- #- debug: msg="the password is {{my_password}}"
- - debug: msg="the password is {{ lookup('password', '/tmp/test_lookup_password length=15') }}"