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

Merge pull request #1945 from holta/php-imagick

php-imagick for Nextcloud on Debian/Raspbian
This commit is contained in:
A Holt 2019-09-06 06:47:48 -04:00 committed by GitHub
commit a8e090ce51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,10 +69,11 @@
#when: internet_available and nextcloud_force_install and not (is_debian_9 or is_raspbian_9 or is_ubuntu_16)
# Ubuntu and Debian treat names differently
- name: Install 3 php packages (debian)
- name: Install 4 php packages (debian/raspian)
package:
name:
- "libapache2-mod-php{{ php_version }}"
- "php{{ php_version }}-imagick"
- "php{{ php_version }}-mbstring"
- "php{{ php_version }}-zip"
state: present
@ -84,8 +85,8 @@
name:
- libapache2-mod-php
- php-imagick
- php-zip
- php-mbstring
- php-zip
state: present
when: is_ubuntu | bool