fix package name issue

This commit is contained in:
2024-09-04 11:48:54 +02:00
parent 55bfe10b00
commit 0ef129113a
4 changed files with 5 additions and 3 deletions

View File

@@ -7,3 +7,5 @@ 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'