diff --git a/create-grant-db.yml b/create-grant-db.yml index 64e89bc5..4aa8fbcf 100644 --- a/create-grant-db.yml +++ b/create-grant-db.yml @@ -21,6 +21,7 @@ state: "present" delegate_to: "{{ groups['galera_all'][0] }}" run_once: True + no_log: true - name: Grant access to the DB for the service mysql_user: login_user: "root" @@ -37,3 +38,4 @@ - "%" delegate_to: "{{ groups['galera_all'][0] }}" run_once: True + no_log: true