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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue