diff options
-rw-r--r-- | roles/mariadb/templates/my.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |