remove version from php pool name

This commit is contained in:
2024-02-13 14:28:40 +01:00
parent a450453093
commit 5277c6a2da
4 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
- name: configure php-fpm pool 2
template:
src: www.conf
dest: /etc/opt/remi/php{{ php_version }}/php-fpm.d/{{ php_poolname }}_{{ php_version }}.conf
dest: /etc/opt/remi/php{{ php_version }}/php-fpm.d/{{ php_poolname }}.conf
notify: restart php-fpm
- name: start and enable service