Merge branch 'master' of /git/ansible
This commit is contained in:
commit
1a8660fe36
3 changed files with 14 additions and 3 deletions
9
roles/mailman/files/headers.html
Normal file
9
roles/mailman/files/headers.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
.socialaccount_provider.fedora {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
line-height: 1.33333;
|
||||
border-radius: 6px;
|
||||
border-color: #aaa;
|
||||
}
|
||||
</style>
|
|
@ -37,6 +37,3 @@ django-admin test --pythonpath $CONFDIR --settings settings_test hyperkitty post
|
|||
|
||||
# Restart services
|
||||
systemctl start httpd mailman3 crond
|
||||
|
||||
# Clean the cache
|
||||
systemctl restart memcached
|
||||
|
|
|
@ -358,6 +358,11 @@
|
|||
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/navbar-brand.html"
|
||||
tags: mailman
|
||||
|
||||
- name: install our fedora-specific page headers
|
||||
copy: src=headers.html
|
||||
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/headers.html"
|
||||
tags: mailman
|
||||
|
||||
- name: Install our fedmenu js hook
|
||||
template: src=bottom.html
|
||||
dest="{{mailman_webui_basedir }}/templates/hyperkitty/bottom.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue