Update handlers

This commit is contained in:
phil 2023-11-01 08:23:15 +01:00
parent d60c4d99b9
commit ea725abe9e
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,6 @@
- name: start php-fpm-socket
ansible.builtin.command: systemctl start php-fpm@*.socket --all
- name: reload monit
ansible.builtin.service:
name: monit
state: reloaded
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true

View file

@ -44,5 +44,6 @@
dest: /etc/systemd/system/php-fpm@.service.d/override.conf
mode: "0644"
notify:
- Reload systemd
- stop php-fpm-service
- start php-fpm-socket