1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +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: include_role:
name: httpd name: httpd
# 2020-05-21: Required now that mysql/tasks/install.yml installs # 2020-06-15: roles/httpd/tasks/install.yml now takes care of this.
# "php{{ php_version }}-common" rather than the full "php{{ php_version }}" # # 2020-05-21: Required now that mysql/tasks/install.yml installs
- name: "Install package: libapache2-mod-php{{ php_version }}" # # "php{{ php_version }}-common" rather than the full "php{{ php_version }}"
package: # - name: "Install package: libapache2-mod-php{{ php_version }}"
name: "libapache2-mod-php{{ php_version }}" # package:
# name: "libapache2-mod-php{{ php_version }}"
# Assume (enforce?) MySQL is running # Assume (enforce?) MySQL is running
# #