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:
parent
06440aea60
commit
15b0afc03b
1 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue