Fix the packages list.

This commit is contained in:
Andrea Dell'Amico 2021-08-12 18:22:11 +02:00
parent 7210f2dade
commit fa828b6074
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ nextcloud_php_required_packages:
- 'php{{ php_version }}-redis'
- 'php{{ php_version }}-memcached'
- 'php{{ php_version }}-apcu'
- 'php-imagick'
- 'php-redis'
- 'php-apcu'
- 'php{{ php_version }}-imagick'
phpfpm_default_memory_limit: '{{ nextcloud_phpfpm_default_memory_limit }}'
phpfpm_listen_on_socket: '{{ nextcloud_phpfpm_listen_on_socket }}'