Fix handler names

This commit is contained in:
phil 2024-01-04 08:16:38 +01:00
parent efc27c1cf8
commit 313538ba5a
2 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@
dest: "/etc/phpmyadmin/conf.d/{{ inventory_hostname }}.php"
mode: "0644"
notify:
- stop php-fpm-socket
- stop php-fpm-service
- start php-fpm-socket
- start php-fpm-service
- Stop php-fpm-socket
- Stop php-fpm-service
- Start php-fpm-socket
- Start php-fpm-service

View file

@ -28,9 +28,9 @@
dest: "{{ php_fpm_pool_dir }}/{{ phpmyadmin_user }}.cfg"
mode: "0644"
notify:
- stop php-fpm-socket
- stop php-fpm-service
- start php-fpm-socket
- Stop php-fpm-socket
- Stop php-fpm-service
- Start php-fpm-socket
- name: "PHPFPM | Create override directory"
ansible.builtin.file:
@ -44,7 +44,7 @@
dest: "/etc/systemd/system/php-fpm@{{ phpmyadmin_user }}.service.d/override.conf"
mode: "0644"
notify:
- stop php-fpm-socket
- stop php-fpm-service
- start php-fpm-socket
- start php-fpm-service
- Stop php-fpm-socket
- Stop php-fpm-service
- Start php-fpm-socket
- Start php-fpm-service