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

Misc Fixes: Clean up whitespace warnings

This commit is contained in:
Arky 2017-10-19 13:33:02 +07:00
parent 2203107f85
commit 3abb27bbed
44 changed files with 121 additions and 135 deletions

View file

@ -16,9 +16,9 @@
- php{{ php_version }}-curl
# - php{{ php_version }}-zip
- php{{ php_version }}-gd
# - php{{ php_version }}-mbstring
# - php{{ php_version }}-mbstring
# mbstring is now included in php-cli
- php{{ php_version }}-cli
- php{{ php_version }}-cli
when: is_debuntu
- name: php-zip debian 8-9 changed name
@ -54,7 +54,7 @@
mode=0755
state=directory
- name: Create a moodle data dir with apache permission to write
- name: Create a moodle data dir with apache permission to write
file: path={{ moodle_data }}
owner={{ apache_user }}
group={{ apache_user }}
@ -127,7 +127,7 @@
- name: Execute moodle startup script
shell: '{{ moodle_base }}/moodle_installer'
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 }}
file: path={{ moodle_base }}/config.php