[mailman] Move the banner task after folder creation
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
e51bbd4fcf
commit
87002ed661
1 changed files with 11 additions and 11 deletions
|
@ -207,17 +207,6 @@
|
||||||
- patches
|
- patches
|
||||||
when: env == 'production'
|
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)
|
# Initialize mailman (must be done after settings up the DBs)
|
||||||
#
|
#
|
||||||
|
@ -461,6 +450,17 @@
|
||||||
- django_mailman3
|
- django_mailman3
|
||||||
tags: mailman
|
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
|
- name: install our fedora-specific logo
|
||||||
copy: src=logo-hyperkitty-fedora.png
|
copy: src=logo-hyperkitty-fedora.png
|
||||||
dest="{{ mailman_webui_basedir }}/static-fedora/logo-hyperkitty-fedora.png"
|
dest="{{ mailman_webui_basedir }}/static-fedora/logo-hyperkitty-fedora.png"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue