1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update elgg/tasks/install.yml

This commit is contained in:
A Holt 2020-06-15 16:06:43 -04:00 committed by GitHub
parent bdf264b906
commit ec74407119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,12 @@
include_role:
name: httpd
# 2020-05-21: Required now that mysql/tasks/install.yml installs
# "php{{ php_version }}-common" rather than the full "php{{ php_version }}"
- name: "Install package: libapache2-mod-php{{ php_version }}"
package:
name: "libapache2-mod-php{{ php_version }}"
# 2020-06-15: roles/httpd/tasks/install.yml now takes care of this.
# # 2020-05-21: Required now that mysql/tasks/install.yml installs
# # "php{{ php_version }}-common" rather than the full "php{{ php_version }}"
# - name: "Install package: libapache2-mod-php{{ php_version }}"
# package:
# name: "libapache2-mod-php{{ php_version }}"
# Assume (enforce?) MySQL is running
#