From d165a104f214667939457022246752f787b9f4f1 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Thu, 1 Sep 2022 11:28:08 +0200 Subject: [PATCH] * webapps/nextcloud: Add missing dependencies for imagick --- CHANGELOG.md | 1 + webapps/nextcloud/tasks/main.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc2e240..154b8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` * varnish: make `-j ` 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) +* webapps/nextcloud: Add missing dependencies for imagick ### Removed diff --git a/webapps/nextcloud/tasks/main.yml b/webapps/nextcloud/tasks/main.yml index 7ce81693..95269246 100644 --- a/webapps/nextcloud/tasks/main.yml +++ b/webapps/nextcloud/tasks/main.yml @@ -16,6 +16,8 @@ - php-apcu - php-redis - php-bcmath + - php-imagick + - libmagickcore-6.q16-6-extra tags: - nextcloud