[mailman] Move the banner task after folder creation

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

View file

@ -207,17 +207,6 @@
- patches
when: env == 'production'
# 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=/srv/webui/templates/hyperkitty/top.html
notify:
- reload apache
tags:
- mailman
- banner
#
# Initialize mailman (must be done after settings up the DBs)
#
@ -461,6 +450,17 @@
- django_mailman3
tags: mailman
# 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"
notify:
- reload apache
tags:
- mailman
- banner
- name: install our fedora-specific logo
copy: src=logo-hyperkitty-fedora.png
dest="{{ mailman_webui_basedir }}/static-fedora/logo-hyperkitty-fedora.png"