From 32fd8e92af6d5a02d73bd4f6c4d9744ee1ee3050 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 25 Aug 2021 19:33:47 +0000 Subject: [PATCH] mariaadb: Add missing my.cnf template --- roles/mariadb/templates/my.cnf.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/mariadb/templates/my.cnf.j2 diff --git a/roles/mariadb/templates/my.cnf.j2 b/roles/mariadb/templates/my.cnf.j2 new file mode 100644 index 0000000..565811f --- /dev/null +++ b/roles/mariadb/templates/my.cnf.j2 @@ -0,0 +1,3 @@ +[client] +user = root +password = {{ mariadb_root_password }}