make it work on debian - version issue

This commit is contained in:
2024-03-06 17:19:24 +01:00
parent d2bdd28804
commit 57a2eb71da
5 changed files with 29 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ None
Role Variables
--------------
php_poolname: default www_{{ php_version_nodot }}
php_pool_name: default www_{{ php_version_nodot }}
php_version: STRING default "8.2"
php_fpm_pool_user: default apache
php_fpm_pool_group: default apache
@@ -44,7 +44,7 @@ Including an example of how to use your role (for instance, with variables passe
roles:
- role: tconstans.php-fpm
vars:
php_poolname: pool1
php_pool_name: pool1
php_fpm_listen_url: "/srv/pool1/php-fpm.sock"
php_version_nodot: 74
php_packages:
@@ -63,7 +63,7 @@ Including an example of how to use your role (for instance, with variables passe
- php{{ php_version_nodot }}-php-ctype
- role: tconstans.php-fpm
vars:
php_poolname: pool2
php_pool_name: pool2
php_fpm_listen_url: "/srv/pool2/php-fpm.sock"
php_version_nodot: 80
php_packages: