[mailman3] Add mailman-web shortcut for Django interaction

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-01 17:57:55 +01:00 committed by ynerant
parent 79ae6fa60a
commit ee31feffe9
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@
group: www-data group: www-data
notify: Restart mailman3-web notify: Restart mailman3-web
- name: Add symlink for mailman3-web
file:
src: /usr/share/mailman3-web/manage.py
dest: /usr/local/bin/mailman-web
state: link
- name: Indicate role in motd - name: Indicate role in motd
template: template:
src: update-motd.d/05-service.j2 src: update-motd.d/05-service.j2