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:
parent
bdf264b906
commit
ec74407119
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue