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

Future flag ideas for moodle_installer

This commit is contained in:
A Holt 2021-07-05 09:47:06 -04:00 committed by GitHub
parent eeb7aac71a
commit c637245e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,11 @@ sudo -u {{ apache_user }} \
--non-interactive \
--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 }}"
# --dbtype=mariadb
# --prefix="{{ moodlebox_moodle_db_prefix }}"
# --summary="{{ moodlebox_moodle_summary }}"
# --adminemail="{{ moodlebox_moodle_username }}@{{ moodlebox_hostname }}.invalid"
chown {{ apache_user }}:{{ apache_user }} {{ moodle_base }}/config.php