[mailman3] Add mailman-web shortcut for Django interaction
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
79ae6fa60a
commit
ee31feffe9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue