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

indentation cleanup

This commit is contained in:
A Holt 2018-05-01 10:50:00 -04:00 committed by GitHub
parent fbdb19718e
commit ef903488c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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