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:
parent
23c5774fa8
commit
f152518864
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue