mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
moodle/tasks/install.yml: Clarify 7 PHP packages
This commit is contained in:
parent
a3ecbece1c
commit
cf3453e42f
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
name: postgresql
|
||||
|
||||
|
||||
- name: Install 7 PHP packages (debuntu)
|
||||
- name: Install 7 PHP packages (run 'php -m' to verify)
|
||||
package:
|
||||
name:
|
||||
- php{{ php_version }}-pgsql
|
||||
|
@ -38,7 +38,6 @@
|
|||
- php{{ php_version }}-soap # 2020-12-03: Recommended by Moodle 3.10+
|
||||
#- 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
|
||||
|
||||
- name: Does {{ moodle_base }}/config-dist.php exist? (indicating Moodle is/was installed)
|
||||
stat:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue