mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
indentation cleanup
This commit is contained in:
parent
fbdb19718e
commit
ef903488c9
1 changed files with 5 additions and 5 deletions
|
@ -15,10 +15,10 @@
|
|||
- python-psycopg2
|
||||
- php{{ php_version }}-pgsql
|
||||
- php{{ php_version }}-curl
|
||||
# - php{{ php_version }}-zip
|
||||
#- php{{ php_version }}-zip
|
||||
- php{{ php_version }}-gd
|
||||
# - php{{ php_version }}-mbstring
|
||||
# mbstring is now included in php-cli
|
||||
#- php{{ php_version }}-mbstring
|
||||
# mbstring is now included in php-cli
|
||||
- php{{ php_version }}-cli
|
||||
when: is_debuntu
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
force: yes
|
||||
#version: "MOODLE_{{ moodle_version }}_STABLE"
|
||||
version: master # TEMPORARY DURING MAY 2018 TESTING
|
||||
# ignore_errors: yes
|
||||
#ignore_errors: yes
|
||||
when: internet_available and moodle.stat.exists is defined and not moodle.stat.exists
|
||||
|
||||
- name: Prepare the downloaded directory so Apache can install config file
|
||||
|
@ -150,7 +150,7 @@
|
|||
when: config.stat.exists is defined and not config.stat.exists
|
||||
|
||||
- name: Give Apache permission to read config file
|
||||
# command: chown -R {{ apache_user }} {{ moodle_base }}
|
||||
#command: chown -R {{ apache_user }} {{ moodle_base }}
|
||||
file:
|
||||
path: "{{ moodle_base }}/config.php"
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue