diff --git a/tasks/install-database.yml b/tasks/install-database.yml index d8bc08cf56686de0b0be2523b4f7994edfec8eb1..da62082ad02d0adfef2086666f3584af1a2edbff 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: