From fe3e1ec182872d4e16c0ad833d69a1e4446eca48 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 23 Jun 2015 17:01:29 +0000 Subject: [PATCH] Lets try and set check_implicit_admin true here to see if that allows it to set the password correctly. --- roles/mariadb_server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mariadb_server/tasks/main.yml b/roles/mariadb_server/tasks/main.yml index a7bf163184..07449b1833 100644 --- a/roles/mariadb_server/tasks/main.yml +++ b/roles/mariadb_server/tasks/main.yml @@ -22,6 +22,7 @@ - name: set mariaddb root user password no_log: True + check_implicit_admin: True mysql_user: name=root password={{ mariadb_root_password }} - name: create .my.cnf file for future logins