[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: apt:
update_cache: true update_cache: true
name: name:
- dbconfig-no-thanks # Do not autoconfigure database
- mailman3-full - mailman3-full
- nginx - nginx
- dbconfig-no-thanks # Do not autoconfigure database
- postgresql - postgresql
- python3-pip # CAS - python3-pip # CAS
- python3-lxml # CAS - python3-lxml # CAS
- sassc
install_recommends: false install_recommends: false
register: apt_result register: apt_result
retries: 3 retries: 3