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:
parent
371ab17992
commit
c942c078d9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue