mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
php-sodium (e.g. apt pkg libsodium23) already installed by PHP 7.2+
This commit is contained in:
parent
c50ecd57cb
commit
4faa117e1a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
- 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: Required by Moodle 3.10+
|
||||
- php{{ php_version }}-soap # 2020-12-03: Recommended by Moodle 3.10+
|
||||
- php{{ php_version }}-sodium # 2021-05-17: Recommended by Moodle 3.11+ at https://docs.moodle.org/311/en/Environment_-_PHP_extension_sodium
|
||||
#- php-sodium # 2021-05-17: Recommended by Moodle 3.11+ at https://docs.moodle.org/311/en/Environment_-_PHP_extension_sodium AND ALREADY PRE-ENABLED BY PHP 7.2+ https://www.php.net/manual/en/sodium.installation.php AS CONFIRMED BY 'php -i | grep sodium' AND 'apt list "*sodium*"'
|
||||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
|
|
Loading…
Reference in a new issue