From 734e48c88d904894e569694309e48d119d32029a Mon Sep 17 00:00:00 2001 From: theonlydoo Date: Sun, 12 Oct 2014 14:59:20 +0200 Subject: [PATCH] typo dansl e template --- roles/mariadb/templates/root-.my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mariadb/templates/root-.my.cnf b/roles/mariadb/templates/root-.my.cnf index ac1cbfe..32893ec 100644 --- a/roles/mariadb/templates/root-.my.cnf +++ b/roles/mariadb/templates/root-.my.cnf @@ -1,5 +1,5 @@ [client] host = {{ mysql_host }} user = root -password = {{ rootpassword }} +password = {{ mysql_root_password }}