[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:
parent
87002ed661
commit
375ccfbb06
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue