1
0
mirror of https://github.com/janLo/ansible_lookup_plugins synced 2026-06-19 19:48:01 +00:00
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
This commit is contained in:
2015-05-12 02:57:56 +02:00
parent 26e48c3cbc
commit b00a77b6cd
+1 -1
View File
@@ -8,6 +8,6 @@ This is a module to lookup a [pass](http://www.passwordstore.org/) password stor
It takes a password path within the pass storage as argument:
- name: test pass lookup
debug: msg={{ lookup('pass', 'pas/to/password') }}
debug: msg={{ lookup('pass', 'path/to/password') }}