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

pbx/tasks/freepbx_dependencies.yml: Clarify libapache2-mod-php in httpd/tasks/install.yml too

This commit is contained in:
A Holt 2021-08-07 11:25:42 -04:00 committed by GitHub
parent c599532210
commit 8f120bfc54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,8 @@
- name: "FreePBX - Install packages: libapache2-mod-php, libapache2-mpm-itk - if not pbx_try_nginx"
package:
name:
- libapache2-mod-php
- libapache2-mpm-itk # To serve FreePBX through a VirtualHost as asterisk user
- libapache2-mod-php # NOTE duplication: roles/httpd/tasks.install.yml installs libapache2-mod-php{{ php_version }} ostensibly for "Elgg, Moodle, etc"
- libapache2-mpm-itk # To serve FreePBX through a VirtualHost as asterisk user (#2914: Is this possible via NGINX?)
when: not pbx_try_nginx
# For PHP >= 8.0: phpX.Y-json is baked into PHP itself.