mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Install the cache cronjob
This commit is contained in:
@@ -155,6 +155,10 @@
|
||||
file: path=${mailman_webui_basedir}/static
|
||||
state=directory owner=root group=root mode=0755
|
||||
|
||||
- name: install the kittystore cache cronjob
|
||||
template: src=hyperkitty.cronjob.sh.j2
|
||||
dest=/etc/cron.daily/hyperkitty
|
||||
owner=root group=root mode=0755
|
||||
|
||||
#
|
||||
# Plug HyperKitty into Mailman
|
||||
|
||||
3
roles/mailman/templates/hyperkitty.cronjob.sh.j2
Normal file
3
roles/mailman/templates/hyperkitty.cronjob.sh.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
kittystore-refresh-cache --pythonpath {{ mailman_webui_confdir }} --settings settings_admin
|
||||
Reference in New Issue
Block a user