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