tamerelol

This commit is contained in:
VC
2024-07-05 11:53:08 +02:00
parent 562047021d
commit cfa5feed92
5 changed files with 68 additions and 432 deletions

View File

@@ -4,8 +4,8 @@
state: present
- name: configure php-fpm
copy:
src: ./files/www.conf
template:
src: www.conf.j2
dest: /etc/php/{{ php_version }}/fpm/pool.d/www.conf
notify:
- restart php-fpm