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

Elgg upgrade 1.12.16 LTS to 2.3.3; Nextcloud - add php's zip mbstring (#202)

* add mbstring for debian

* add php7.0-zip

* capture a few fixes

* put in new sqldump
This commit is contained in:
georgejhunt 2017-09-04 09:23:54 -07:00 committed by GitHub
parent f1ea2eb788
commit 7d576bbe0c
4 changed files with 33 additions and 31 deletions

View file

@ -20,6 +20,8 @@
package: name={{ item }} state=present
with_items:
- libapache2-mod-php{{ php_version }}
- php{{ php_version }}-mbstring
- php{{ php_version }}-zip
when: is_debian
- name: ubuntu and debian treat names differently