Add a cron job for Mailman 3

This commit is contained in:
Aurélien Bompard 2015-12-04 15:15:11 +00:00
parent c3836dd003
commit 62d9e34b8f
4 changed files with 31 additions and 1 deletions

View file

@ -193,7 +193,12 @@
# Crontab
#
- name: set the hyperkitty crontab
template: src=crontab.j2 dest=/etc/cron.d/hyperkitty
template: src=crontab-webui.j2 dest=/etc/cron.d/hyperkitty
tags:
- config
- mailman
- name: set the mailman crontab
template: src=crontab-mailman3.j2 dest=/etc/cron.d/mailman3
tags:
- config
- mailman
@ -367,6 +372,7 @@
- pg-give-rights.py
- post-update.sh
- import-mm2.py
- periodic.py
- name: copy the initial user fixture
copy: src=postorius.initial-user.json