[mailman] Install sassc in order to compile css files

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-04 12:27:15 +01:00 committed by ynerant
parent 4b76b1a7bf
commit 32492e0e7e
1 changed files with 2 additions and 1 deletions

View File

@ -5,12 +5,13 @@
apt:
update_cache: true
name:
- dbconfig-no-thanks # Do not autoconfigure database
- mailman3-full
- nginx
- dbconfig-no-thanks # Do not autoconfigure database
- postgresql
- python3-pip # CAS
- python3-lxml # CAS
- sassc
install_recommends: false
register: apt_result
retries: 3