From f5d921fcec14d6142d762ba5802dd11448ed1f86 Mon Sep 17 00:00:00 2001 From: nono <np@laquadrature.net> Date: Tue, 20 Apr 2021 18:26:45 +0200 Subject: [PATCH] Update root mysql access --- tasks/install-database.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/install-database.yml b/tasks/install-database.yml index d8bc08c..da62082 100644 --- a/tasks/install-database.yml +++ b/tasks/install-database.yml @@ -9,14 +9,6 @@ state : latest # Creating the database user and password for keycloak -- name: "Update root password" - mysql_user: - name: root - password: "{{ keycloack_mysql_root_password }}" - check_implicit_admin: yes - priv: "*.*:ALL,GRANT" - # Assuming the root user has only localhost access - host_all: yes - name: "Delete the anonymous user." mysql_user: -- GitLab