From a52d5b0c3efe2f00649eaa0e31fe724684d8164f Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 16 Jan 2023 16:30:49 +0100 Subject: [PATCH] mariadb: Korrigiere Syntax --- templates/90-sao.cnf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/90-sao.cnf.j2 b/templates/90-sao.cnf.j2 index 4d23040..5921860 100644 --- a/templates/90-sao.cnf.j2 +++ b/templates/90-sao.cnf.j2 @@ -14,7 +14,7 @@ long_query_time = 10 log_slow_rate_limit = 1000 log_slow_verbosity = query_plan -{% if inventory_hostname != "database.sao %} +{% if inventory_hostname != "database.sao" %} innodb_buffer_pool_size = {{ (ansible_memtotal_mb / 1024 * 0.8) | round (0, 'floor') | int }}G innodb_log_file_size = 256M innodb_log_buffer_size = 4M