nextcloud: Installiere weitere notwenidge php-Pakete
This commit is contained in:
parent
ed3e2ca37a
commit
75f9ffb59a
1 changed files with 10 additions and 0 deletions
|
@ -14,7 +14,17 @@
|
||||||
- name: "packages: Pakete installieren"
|
- name: "packages: Pakete installieren"
|
||||||
apt:
|
apt:
|
||||||
pkg:
|
pkg:
|
||||||
|
- php-apcu
|
||||||
|
- php-bcmath
|
||||||
|
- php-curl
|
||||||
|
- php-gd
|
||||||
|
- php-imagick
|
||||||
|
- php-imap
|
||||||
|
- php-mbstring
|
||||||
|
- php-mysql
|
||||||
- php-redis
|
- php-redis
|
||||||
|
- php-xml
|
||||||
|
- php-zip
|
||||||
- redis
|
- redis
|
||||||
- libmagickcore-6.q16-6-extra
|
- libmagickcore-6.q16-6-extra
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue