1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clean PHP dependency explanations

This commit is contained in:
root 2021-06-27 18:25:49 -04:00
parent f31677673f
commit b22bae1481
8 changed files with 14 additions and 14 deletions

View file

@ -10,9 +10,9 @@
name:
- libnginx-mod-http-subs-filter
- nginx-extras
#- php{{ php_version }}-common # Auto-installed as an apt dependency
- php{{ php_version }}-fpm # Drags in php{{ php_version }}-cli
- php-pear # 2021-06-27: TEMPORARY, SEE 7 LINES ABOVE!
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm just below.
- php{{ php_version }}-fpm # Drags in php{{ php_version }}-cli
- php-pear # 2021-06-27: TEMPORARY, SEE 7 LINES ABOVE!
- uwsgi
- uwsgi-plugin-python3
state: present