Update handlers
This commit is contained in:
parent
d60c4d99b9
commit
ea725abe9e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue