nextcloud: Installiere weitere notwenidge php-Pakete

This commit is contained in:
phil 2022-07-26 17:06:31 +02:00
parent ed3e2ca37a
commit 75f9ffb59a

View file

@ -14,7 +14,17 @@
- name: "packages: Pakete installieren"
apt:
pkg:
- php-apcu
- php-bcmath
- php-curl
- php-gd
- php-imagick
- php-imap
- php-mbstring
- php-mysql
- php-redis
- php-xml
- php-zip
- redis
- libmagickcore-6.q16-6-extra
update_cache: yes