[mailman] Install sassc in order to compile css files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
4b76b1a7bf
commit
32492e0e7e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue