1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

templates/moodle_installer: Fix instantiating comments

This commit is contained in:
A Holt 2021-07-05 11:07:09 -04:00 committed by GitHub
parent 0ac34ee395
commit e82cff0686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,11 @@ sudo -u {{ apache_user }} \
--agree-license \
--allow-unstable # TEMPORARY DURING MAY 2018 TESTING
# 2021-07-05 ideas from https://github.com/moodlebox/moodlebox/blob/master/roles/moodleinstall/tasks/coreinstall.yml :
# --lang="{{ moodlebox_moodle_lang }}"
# --lang= # moodlebox_moodle_lang
# --dbtype=mariadb
# --prefix="{{ moodlebox_moodle_db_prefix }}"
# --summary="{{ moodlebox_moodle_summary }}"
# --adminemail="{{ moodlebox_moodle_username }}@{{ moodlebox_hostname }}.invalid"
# --prefix= # moodlebox_moodle_db_prefix
# --summary= # moodlebox_moodle_summary
# --adminemail= # moodlebox_moodle_username }}@{{ moodlebox_hostname }}.invalid
# Above vars set in https://github.com/moodlebox/moodlebox/blob/master/default.config.yml
chown {{ apache_user }}:{{ apache_user }} {{ moodle_base }}/config.php