Do not log passwords

Do prevent passwords leaking into logs, they should not be logged.

Change-Id: Ic07bab6683abc42ed5fa5a63a2f037145c60a62d
This commit is contained in:
Jesse Pretorius 2018-09-20 03:20:33 +01:00
parent e92429e1df
commit 0aacdbfee6
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
password: secrete
roles: 'readWrite,dbAdmin'
state: present
no_log: true
vars:
packages_mongodb:
- mongodb-clients