mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Moodle 3.10 requires pkg: php{{ php_version }}-intl
This commit is contained in:
parent
0ae0a9db5e
commit
5f1244e2f2
1 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
# state: present
|
||||
# when: not is_debuntu
|
||||
|
||||
- name: Install 4 php packages (debuntu)
|
||||
- name: Install 7 php packages (debuntu)
|
||||
package:
|
||||
name:
|
||||
- php{{ php_version }}-pgsql
|
||||
|
@ -34,7 +34,8 @@
|
|||
- php{{ php_version }}-zip
|
||||
- php{{ php_version }}-gd
|
||||
- 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.
|
||||
- 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.
|
||||
- php{{ php_version }}-intl # 2020-12-03: Now required by Moodle 3.10+
|
||||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
|
|
Loading…
Reference in a new issue