Add some cool deps to roundcube

certbot_on_virtu
Alexandre Iooss 2020-07-30 19:50:17 +02:00
parent 1cb9021bd9
commit 239c05e01c
1 changed files with 7 additions and 0 deletions

View File

@ -2,9 +2,16 @@
- name: Install Roundcube
apt:
update_cache: true
install_recommends: false
name:
- nginx
- roundcube
- roundcube-plugins
- php-fpm
- php-gd
- php-pspell
- php-crypt-gpg
- php-net-ldap3
register: apt_result
retries: 3
until: apt_result is succeeded