1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-01-13 07:55:48 -05:00 committed by GitHub
parent 26d7129aec
commit cdeb007301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
state: present
when: is_debuntu
- 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.'
- name: 'Install php{{ php_version }}-mcrypt IF this is a "pre-2018" distro in the debuntu family. NOTE: PHP 7.1 deprecated mcrypt 1-Dec-2016 and PHP 7.2 dropped it completely 30-Nov-2017, as it should no longer be nec.'
package:
name: "php{{ php_version }}-mcrypt"
state: present