From e2375e108985d61fe1b2989f180838fb27c9c457 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 25 Mar 2024 16:16:34 +0100 Subject: [PATCH] [mailman3] Use correct variable name Another one I missed :-( Signed-off-by: Michal Konecny --- roles/mailman3/templates/mailman.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman3/templates/mailman.cfg.j2 b/roles/mailman3/templates/mailman.cfg.j2 index e465def2b1..6df3c18fee 100644 --- a/roles/mailman3/templates/mailman.cfg.j2 +++ b/roles/mailman3/templates/mailman.cfg.j2 @@ -41,7 +41,7 @@ admin_user: {{ mailman_rest_api_user }} admin_pass: {{ mailman_rest_api_pass }} workers: {{ mailman_rest_api_workers }} -{% for item in mailman3_log_items %} +{% for item in mailman_log_items %} [loggin.{{ item }}] level: {{ mailman_log_level }}