[Mailman3] Collect static files

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-02 08:51:00 +01:00 committed by ynerant
parent d8f6d333f3
commit ef172cbf49
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@
project_path: /usr/share/mailman3-web project_path: /usr/share/mailman3-web
notify: Restart mailman3-web notify: Restart mailman3-web
- name: Collect static files
django_manage:
command: collectstatic
project_path: /usr/share/mailman3-web
notify: Restart mailman3-web
- name: Compress static files - name: Compress static files
django_manage: django_manage:
command: compress command: compress