1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

do not change what is not tested

This commit is contained in:
George Hunt 2018-04-28 18:50:14 +00:00
parent 515e3e59cd
commit 5c0486b3ea

View file

@ -56,9 +56,14 @@
- "php{{ php_version }}-mysql"
- "php{{ php_version }}-curl"
- "php{{ php_version }}-intl"
# - "php{{ php_version }}-mcrypt"
- "mcrypt"
when: is_debuntu
- "php{{ php_version }}-mcrypt"
when: is_debuntu and not is_ubuntu_18
- name: In Ubuntu 18, php dropped mcrypt
package:
name: mcrypt
state: present
when: is_ubuntu_18
# we need to install the rpm in order to get the dependencies
# but we only need to do this the first time