From 125331a7d9789603951584f8367ac47f2d2cb9a6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 23 Mar 2015 19:25:58 +0100 Subject: Fix the password variable --- roles/mariadb/templates/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/mariadb/templates/my.cnf b/roles/mariadb/templates/my.cnf index 21e6a1b..fa14aca 100644 --- a/roles/mariadb/templates/my.cnf +++ b/roles/mariadb/templates/my.cnf @@ -1,4 +1,4 @@ [client] user = root -password = {{ mariadb_root_pw }} +password = {{ mariadb_pass }} -- cgit