diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml index 5a7d38b88e..8136eca025 100644 --- a/roles/mailman/tasks/main.yml +++ b/roles/mailman/tasks/main.yml @@ -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"