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 - name: start php-fpm-socket
ansible.builtin.command: systemctl start php-fpm@*.socket --all ansible.builtin.command: systemctl start php-fpm@*.socket --all
- name: reload monit - name: Reload systemd
ansible.builtin.service: ansible.builtin.systemd:
name: monit daemon_reload: true
state: reloaded

View file

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