mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nextcloud/tasks/install.yml: Clarify PHP packages
This commit is contained in:
parent
cbbcfe62c8
commit
7dcd2adb73
1 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@
|
|||
# https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
# 2021-04-11: If you're running Nextcloud 21+ in production, carefully check the latest required AND recommended prereqs:
|
||||
# https://docs.nextcloud.com/server/21/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
- name: Install ffmpeg + libxml2 + 9 PHP packages (run 'php -m' to verify)
|
||||
- name: Install ffmpeg + libxml2 + 8 PHP packages (run 'php -m' to verify)
|
||||
package:
|
||||
name:
|
||||
#- dnsutils # NOT REQUESTED by Nextcloud
|
||||
|
@ -53,8 +53,8 @@
|
|||
- php{{ php_version }}-bcmath # Highly recommended by Nextcloud 21 for "improved performance and better compatibility"
|
||||
- php{{ php_version }}-bz2 # Optional (for extraction of apps)
|
||||
#- php{{ php_version }}-cli # Likely optional: @jvonau said this drags in php{{ php_version }}-common as @m-anish wanted in PR #2119 / #2258 ? Certainly php{{ php_version }}-common is already installed by www_base/tasks/main.yml
|
||||
- php{{ php_version }}-curl
|
||||
#- php{{ php_version }}-gd # Already installed by www_base/tasks/main.yml
|
||||
#- php{{ php_version }}-curl # ALREADY INSTALLED by www_base/tasks/main.yml
|
||||
#- php{{ php_version }}-gd # ALREADY INSTALLED by www_base/tasks/main.yml
|
||||
- php{{ php_version }}-gmp # Optional (for SFTP storage)
|
||||
- php{{ php_version }}-imagick # Optional (for preview generation)
|
||||
- php{{ php_version }}-intl # Optional (increases language translation performance and fixes sorting of non-ASCII characters)
|
||||
|
@ -67,7 +67,7 @@
|
|||
#- php{{ php_version }}-redis # @m-anish future work?
|
||||
#- php{{ php_version }}-session # NOT INSTALLABLE: ENABLED BY DEFAULT?
|
||||
#- php{{ php_version }}-smbclient # Optional (SMB/CIFS integration)
|
||||
#- php{{ php_version }}-xml # Already installed by www_base/tasks/main.yml. NOT FORMALLY REQUESTED by Nextcloud (BUT hopefully delivers php-simplexml if not {php-xmlreader, php-xmlwriter} on Raspbian?)
|
||||
#- php{{ php_version }}-xml # ALREADY INSTALLED by www_base/tasks/main.yml. NOT FORMALLY REQUESTED by Nextcloud (BUT hopefully delivers php-simplexml if not {php-xmlreader, php-xmlwriter} on Raspbian?)
|
||||
- php{{ php_version }}-zip
|
||||
#- php{{ php_version }}-zlib # NOT INSTALLABLE: ENABLED BY DEFAULT?
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue