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 2018-10-28 16:56:07 -04:00 committed by GitHub
parent 0f3a4fba46
commit bb23eeab44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@
state: present
when: is_debuntu
- name: Install php{{ php_version }}-mcrypt, as php7.2 dropped mcrypt (debuntu but not ubuntu-18)
- name: Install php{{ php_version }}-mcrypt (debuntu but not ubuntu-18) NOTE: php7.2 dropped mcrypt
package:
name: "php{{ php_version }}-mcrypt"
state: present