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
|
- 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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue