Skip to content
Snippets Groups Projects
Commit ee31feff authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[mailman3] Add mailman-web shortcut for Django interaction


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 79ae6fa6
1 merge request!235Mailman 3
...@@ -51,6 +51,12 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment