* webapps/nextcloud: Add missing dependencies for imagick
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Ludovic Poujol 2022-09-01 11:28:08 +02:00
parent 3a59f5b7ca
commit d165a104f2
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* haproxy: make it so that munin doesn't break if there is a non default `haproxy_stats_path` * haproxy: make it so that munin doesn't break if there is a non default `haproxy_stats_path`
* varnish: make `-j <jail_config>` the first argument on jessie/stretch as it has to be the first argument there. * varnish: make `-j <jail_config>` the first argument on jessie/stretch as it has to be the first argument there.
* redis: config directory must be owned by the user that runs the service (to be able to write tmp config files in it) * redis: config directory must be owned by the user that runs the service (to be able to write tmp config files in it)
* webapps/nextcloud: Add missing dependencies for imagick
### Removed ### Removed

View file

@ -16,6 +16,8 @@
- php-apcu - php-apcu
- php-redis - php-redis
- php-bcmath - php-bcmath
- php-imagick
- libmagickcore-6.q16-6-extra
tags: tags:
- nextcloud - nextcloud