better manage php packages

This commit is contained in:
2024-09-05 18:12:58 +02:00
parent 0ef129113a
commit 7452a3c726
3 changed files with 7 additions and 7 deletions

View File

@@ -6,6 +6,6 @@ php_fpm_log_dir: "/var/opt/remi/php{{ php_version_nodot }}/log/php-fpm/"
php_fpm_lib_dir: "/var/opt/remi/php{{ php_version_nodot }}/lib/php/"
apache_user: apache
apache_group: apache
php_fpm_package: "php{{ php_version_nodot }}-php-fpm"
php_packages:
- 'php{{ php_version_nodot }}-php-common'
php_fpm_packages:
- "php{{ php_version_nodot }}-php-fpm"
- "php{{ php_version_nodot }}-php-common"