Add some cool deps to roundcube
parent
1cb9021bd9
commit
239c05e01c
|
@ -2,9 +2,16 @@
|
||||||
- name: Install Roundcube
|
- name: Install Roundcube
|
||||||
apt:
|
apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
install_recommends: false
|
||||||
name:
|
name:
|
||||||
- nginx
|
- nginx
|
||||||
- roundcube
|
- roundcube
|
||||||
|
- roundcube-plugins
|
||||||
|
- php-fpm
|
||||||
|
- php-gd
|
||||||
|
- php-pspell
|
||||||
|
- php-crypt-gpg
|
||||||
|
- php-net-ldap3
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
|
Loading…
Reference in New Issue