1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

php-imagick for Nextcloud on Debian/Raspbian

This commit is contained in:
A Holt 2019-09-06 06:46:11 -04:00 committed by GitHub
parent 371ab17992
commit c942c078d9
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