mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update main.yml
This commit is contained in:
parent
8305ea8b71
commit
d84a2b9e2a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
register: config
|
||||
|
||||
- name: Execute {{ moodle_base }}/moodle_installer
|
||||
shell: {{ moodle_base }}/moodle_installer
|
||||
shell: "{{ moodle_base }}/moodle_installer"
|
||||
when: config.stat.exists is defined and not config.stat.exists
|
||||
|
||||
- name: Give read permission 0644 to {{ moodle_base }}/config.php # /opt/iiab/moodle/config.php
|
||||
|
|
Loading…
Reference in a new issue