1
0
Fork 0
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:
A Holt 2021-06-25 14:56:59 -04:00 committed by GitHub
parent a3ecbece1c
commit cf3453e42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: