From b00a77b6cd12f87b7a1ef6b7f07f94a744a39124 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Tue, 12 May 2015 02:57:56 +0200 Subject: [PATCH] Typo fix Signed-off-by: Jan Losinski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 871670d..4870e6e 100644 --- a/README.md +++ b/README.md @@ -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') }}