diff --git a/roles/roundcube/tasks/main.yml b/roles/roundcube/tasks/main.yml index bb42febf..ca9dbb81 100644 --- a/roles/roundcube/tasks/main.yml +++ b/roles/roundcube/tasks/main.yml @@ -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