mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
nginx/tasks/install.yml: Clarify php{{ php_version }}-fpm
This commit is contained in:
parent
df4d8445be
commit
5aedda0e21
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
name:
|
||||
- libnginx-mod-http-subs-filter
|
||||
- nginx-extras
|
||||
- php{{ php_version }}-fpm # Drags in [1] php{{ php_version }}-cli (superset of php{{ php_version }}-common) [2] libsodium23 (likewise installed in moodle/tasks/install.yml AND wordpress/tasks/install.yml) [3] php{{ php_version }}-json if PHP < 8.0 (NEEDED FOR nextcloud/tasks/install.yml AND pbx/tasks/freepbx_dependencies.yml)
|
||||
- php{{ php_version }}-fpm # Drags in [1] php{{ php_version }}-cli (superset of php{{ php_version }}-common) [2] libsodium23 (likewise installed in moodle/tasks/install.yml AND wordpress/tasks/install.yml) [3] php{{ php_version }}-json if PHP < 8.0 (NEEDED FOR nextcloud/tasks/install.yml AND pbx/tasks/freepbx_dependencies.yml AND wordpress/tasks/install.yml)
|
||||
- uwsgi # Admin Console & roles/captiveportal should really install
|
||||
- uwsgi-plugin-python3 # these 2 packages on demand (not every IIAB needs these).
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue