mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
elgg/tasks/install.yml needs pkg libapache2-mod-php{{ php_version }}
This commit is contained in:
parent
2bc25d3c84
commit
92af3485ec
3 changed files with 8 additions and 3 deletions
|
|
@ -7,6 +7,11 @@
|
|||
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 }}"
|
||||
|
||||
# Assume (enforce?) MySQL is running
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue