From d51a1cf0cdea6d857a912ae7d2fc555f289ab438 Mon Sep 17 00:00:00 2001 From: mihail Date: Sun, 25 Nov 2018 17:18:51 +0200 Subject: [PATCH] php7.2-mcrypt removed php/mcrypt deprecated in 7.1, removed in 7.2 nextcloud should work fine without it: https://github.com/nextcloud/server/issues/8265 --- tasks/http_apache.yml | 1 - tasks/http_nginx.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/tasks/http_apache.yml b/tasks/http_apache.yml index b9875db5..f697c945 100644 --- a/tasks/http_apache.yml +++ b/tasks/http_apache.yml @@ -11,7 +11,6 @@ - "php{{ php_ver }}-json" - "php{{ php_ver }}-curl" - "php{{ php_ver }}-intl" - - "php{{ php_ver }}-mcrypt" notify: start apache - name: "[APACHE] - Some other packages are installed." diff --git a/tasks/http_nginx.yml b/tasks/http_nginx.yml index e5c07c78..e30beeb0 100644 --- a/tasks/http_nginx.yml +++ b/tasks/http_nginx.yml @@ -11,7 +11,6 @@ - "php{{ php_ver }}-json" - "php{{ php_ver }}-curl" - "php{{ php_ver }}-intl" - - "php{{ php_ver }}-mcrypt" notify: [ "start nginx", "start php-fpm" ] - name: "[NGINX] - Some other packages are installed."