[mailman] Add missing /

I forgot to add / in the path. Let's add it

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-14 16:26:08 +01:00
parent 87002ed661
commit 375ccfbb06

View file

@ -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: