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

Mandate mbstring for Moodle 3.9+ in moodle/tasks/install.yml

This commit is contained in:
A Holt 2020-06-15 14:35:14 -04:00 committed by GitHub
parent 23c5774fa8
commit f152518864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,8 @@
- php{{ php_version }}-curl
- php{{ php_version }}-zip
- php{{ php_version }}-gd
#- php{{ php_version }}-mbstring
# 2020-06-15: Above (phpX.Y-mbstring) is now required by Moodle 3.9+ ...and (apparently) included by phpX.Y-cli below:
- php{{ php_version }}-cli
- php{{ php_version }}-mbstring # 2020-06-15: Now required by Moodle 3.9+
- php{{ php_version }}-cli # 2020-06-15: In the past this included (above) mbstring? However this is not true on Ubuntu Server 20.04 LTS.
state: present
when: is_debuntu | bool