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.