diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-17 04:25:36 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-17 05:21:32 +0200 |
commit | aba1438a4d188ae4ba20d2ee264212622809afd1 (patch) | |
tree | f7bd11478c4578d7e70f7bca74e9233f7ca5b65c /roles/webmail/handlers | |
parent | 2d30ef24b25d145b0fa827b7b458583996a04760 (diff) |
Roundcube: Port to Debian 10.
We use the version from buster-backports (currently 1.4.4+dfsg.1-1~bpo10+1)
for the elastic theme.
Diffstat (limited to 'roles/webmail/handlers')
-rw-r--r-- | roles/webmail/handlers/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/webmail/handlers/main.yml b/roles/webmail/handlers/main.yml index 446c771..0515c8b 100644 --- a/roles/webmail/handlers/main.yml +++ b/roles/webmail/handlers/main.yml @@ -2,8 +2,8 @@ - name: Restart stunnel@ldap service: name=stunnel4@ldap state=restarted -- name: Restart php7.0-fpm - service: name=php7.0-fpm state=restarted +- name: Restart php7.3-fpm + service: name=php7.3-fpm state=restarted - name: Restart Nginx service: name=nginx state=restarted |