From 990737a70a2a83273f5442441b5fbb6335b42b51 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 4 Sep 2019 15:15:34 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I14fd536e09aa02131ec117b171eba6e3cad47045 --- tasks/db_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/db_setup.yml b/tasks/db_setup.yml index cdd8e94..7a0120d 100644 --- a/tasks/db_setup.yml +++ b/tasks/db_setup.yml @@ -29,6 +29,7 @@ mysql_db: name: "{{ item.name }}" loop: "{{ _oslodb_databases }}" + no_log: true - name: Grant access to the database for the service mysql_user: