From 07701b54b63b238e9c0d88ad48e37a1af703d16d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 7 May 2018 15:34:03 -0400 Subject: [PATCH] OSA0003: Password should not be logged The password is currently logged in the tests which is failing the linter tests. Change-Id: I33e84b312e24db07fe9e875ca1546bf9f917cca8 (cherry picked from commit cd0281752cdfefeb8c5f5d6676000fd09aa0c39d) --- tests/test-install-mongodb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-install-mongodb.yml b/tests/test-install-mongodb.yml index 73ca9ef..9fad78d 100644 --- a/tests/test-install-mongodb.yml +++ b/tests/test-install-mongodb.yml @@ -62,6 +62,7 @@ password: secrete roles: 'readWrite,dbAdmin' state: present + no_log: true vars: packages_mongodb: - mongodb-clients