From 375ccfbb06ed33d0da3efb51c0096ffa25848acc Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 14 Mar 2024 16:26:08 +0100 Subject: [PATCH] [mailman] Add missing / I forgot to add / in the path. Let's add it Signed-off-by: Michal Konecny --- roles/mailman/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml index 8136eca025..14aaea64e0 100644 --- a/roles/mailman/tasks/main.yml +++ b/roles/mailman/tasks/main.yml @@ -453,7 +453,7 @@ # Add the Nest banner # See issue https://pagure.io/fedora-infrastructure/issue/10103 - name: Replace the top.html template in hyperkitty to change banner - copy: src=top.html dest="{{ mailman_webui_basedir }}templates/hyperkitty/top.html" + copy: src=top.html dest="{{ mailman_webui_basedir }}/templates/hyperkitty/top.html" notify: - reload apache tags: