nextcloud: Entferne doppelte handler
This commit is contained in:
parent
00e292857d
commit
329215b3c9
1 changed files with 4 additions and 9 deletions
|
@ -15,16 +15,11 @@
|
|||
state: reloaded
|
||||
delegate_to: "{{ gateway_host }}"
|
||||
|
||||
- name: stop php-fpm-socket
|
||||
command: systemctl stop php-fpm@*.socket
|
||||
|
||||
- name: stop php-fpm-service
|
||||
command: systemctl stop php-fpm@*.service
|
||||
|
||||
- name: start php-fpm-socket
|
||||
command: systemctl start php-fpm@*.socket --all
|
||||
|
||||
- name: restart fail2ban
|
||||
service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
|
||||
- name: Systemd daemon-reload
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Reference in a new issue