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

@@ -0,0 +1 @@
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main

View File

@@ -1,4 +1,4 @@
[{{ php_poolname }}]
[{{ php_pool_name }}]
user = {{ php_fpm_pool_user }}
group = {{ php_fpm_pool_group }}
listen = {{ php_fpm_listen_url }}