mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update moodle/tasks/install.yml
This commit is contained in:
parent
a214a021ba
commit
09b82b99bb
1 changed files with 0 additions and 4 deletions
|
@ -139,14 +139,10 @@
|
|||
path: "{{ moodle_base }}/config.php"
|
||||
register: config
|
||||
|
||||
- pause:
|
||||
|
||||
- name: Execute {{ moodle_base }}/moodle_installer
|
||||
shell: "{{ moodle_base }}/moodle_installer"
|
||||
when: config.stat.exists is defined and not config.stat.exists
|
||||
|
||||
- pause:
|
||||
|
||||
# 2021-02-01: Let's stick with Moodle's default (640)
|
||||
#- name: Make {{ moodle_base }}/config.php readable, with permission '0644'
|
||||
# #command: chown -R {{ apache_user }} {{ moodle_base }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue