1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nextcloud/tasks/install.yml: Note 'php -m' & 'php -i'

This commit is contained in:
A Holt 2021-06-26 00:59:19 -04:00 committed by GitHub
parent ca29e5e680
commit 163ff932e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
# https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation # 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: # 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 # https://docs.nextcloud.com/server/21/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
- name: Install ffmpeg + libxml2 + 8 PHP packages (run 'php -m' to verify) - name: Install ffmpeg + libxml2 + 8 PHP packages (run 'php -m' or 'php -i' to verify)
package: package:
name: name:
#- dnsutils # NOT REQUESTED by Nextcloud #- dnsutils # NOT REQUESTED by Nextcloud