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

Phpmoodle (#141)

* treat debian 8-9 differently

* yaml syntax

* tired error

* mbstring moved to php5-cli
This commit is contained in:
georgejhunt 2017-07-17 19:48:54 -07:00 committed by GitHub
parent 06440aea60
commit 15b0afc03b

View file

@ -14,11 +14,21 @@
- 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
# - php{{ php_version }}-mbstring
# mbstring is now included in php-cli
- php{{ php_version }}-cli
when: is_debuntu
- name: php-zip debian 8-9 changed name
package: name=php{{ php_version }}-zip
when: is_debian_9 or is_ubuntu
- name: php-zip debian 8-9 changed name
package: name=php-pclzip
when: is_debian_8
- name: Determine if moodle is already downloaded
stat: path={{ moodle_base }}/config-dist.php
register: moodle