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:
parent
f1ea2eb788
commit
7d576bbe0c
4 changed files with 33 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue