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:
parent
0ac34ee395
commit
e82cff0686
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue