Merge branch 'master' of /git/ansible

This commit is contained in:
Jeremy Cline 2017-02-09 14:43:42 +00:00
commit 1a8660fe36
3 changed files with 14 additions and 3 deletions

View 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>

View file

@ -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

View file

@ -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"