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:
parent
515e3e59cd
commit
5c0486b3ea
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue