[Mailman3] Collect static files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
d8f6d333f3
commit
ef172cbf49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue