From a1802145a4d5898531f6f157455e9219b0792ad9 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 24 Jun 2021 16:52:23 +0200 Subject: [PATCH] [horde] Install php-fpm to prepare upgrades, not php7.3-fpm Signed-off-by: Yohann D'ANELLO --- roles/horde/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/horde/tasks/main.yml b/roles/horde/tasks/main.yml index aa7dd9ac..efea6f2c 100644 --- a/roles/horde/tasks/main.yml +++ b/roles/horde/tasks/main.yml @@ -6,7 +6,7 @@ name: '{{ item }}' loop: # Install dependencies in the right order. - nginx - - php7.3-fpm + - php-fpm - php-horde-webmail - php-pgsql - oidentd