Adjust these directories to line up.
This commit is contained in:
parent
2ffb0794b4
commit
ee541ec29c
1 changed files with 3 additions and 2 deletions
|
@ -306,12 +306,13 @@
|
|||
tags: mailman
|
||||
|
||||
- name: create the hyperkitty templates override dir
|
||||
file: path="{{ mailman_webui_basedir }}/templates"
|
||||
file: path="{{ mailman_webui_basedir }}/templates/hyperkitty"
|
||||
state=directory owner=root group=root mode=0755
|
||||
tags: mailman
|
||||
|
||||
- name: Install our fedmenu js hook
|
||||
template: src=bottom.html dest=/srv/webui/templates/hyperkitty/bottom.html
|
||||
template: src=bottom.html
|
||||
dest="{{mailman_webui_basedir }}/templates/hyperkitty/bottom.html"
|
||||
tags: mailman
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue