1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

www_base/tasks/main.yml: Clarify PHP pkg's w/ Nextcloud & Moodle

This commit is contained in:
A Holt 2021-06-25 15:35:39 -04:00 committed by GitHub
parent cf3453e42f
commit cbbcfe62c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
name:
# - php{{ php_version }} # On Ubuntu 20.04 (and prob other OS's) this forces the install of: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php{{ php_version }} ETC
- php{{ php_version }}-common # 2020-05-21: @jvonau suggests this to avoid Apache above. Or its superset php{{ php_version }}-cli if absolutely nec?
- php{{ php_version }}-curl
- php{{ php_version }}-gd # nextcloud/tasks/install.yml needs this!
- php{{ php_version }}-curl # nextcloud/tasks/install.yml & moodle/tasks/main.yml need this!
- php{{ php_version }}-gd # nextcloud/tasks/install.yml & moodle/tasks/main.yml need this!
- php{{ php_version }}-imap
- php{{ php_version }}-ldap
- php{{ php_version }}-mysql