From 7adc794b802044ee12e6bd200f079cb8b07b128d Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 13 Jan 2019 06:04:01 -0500 Subject: [PATCH] Update main.yml --- roles/nextcloud/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nextcloud/tasks/main.yml b/roles/nextcloud/tasks/main.yml index 854c5015e..1fad34b80 100644 --- a/roles/nextcloud/tasks/main.yml +++ b/roles/nextcloud/tasks/main.yml @@ -59,7 +59,7 @@ state: present when: is_debuntu -- name: 'Install php{{ php_version }}-mcrypt (debuntu prior to 2018) NOTE: php7.2 dropped mcrypt as this should no longer be nec' +- name: 'Install php{{ php_version }}-mcrypt -- on "debuntu" distros released prior to 2018. NOTE: php7.1 deprecated mcrypt 1-Dec-2016 and php7.2 dropped it completely 30-Nov-2017, as it should no longer be nec.' package: name: "php{{ php_version }}-mcrypt" state: present