From 5625720c647a55e20c518755901f32bc24137996 Mon Sep 17 00:00:00 2001 From: Trentr9 Date: Sun, 12 Nov 2017 19:37:22 +1100 Subject: [PATCH] Fix typo in documentation (#32821) --- lib/ansible/plugins/lookup/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/password.py b/lib/ansible/plugins/lookup/password.py index 69a9d04f71d..9f28694c893 100644 --- a/lib/ansible/plugins/lookup/password.py +++ b/lib/ansible/plugins/lookup/password.py @@ -48,7 +48,7 @@ DOCUMENTATION = """ notes: - A great alternative to the password lookup plugin, if you don't need to generate random passwords on a per-host basis, - would be to use Using Vault in playbooks. + would be to use Vault in playbooks. Read the documentation there and consider using it first, it will be more desirable for most applications. - If the file already exists, no data will be written to it.