nextcloud: Entferne doppelte handler

This commit is contained in:
phil 2023-02-25 23:42:38 +01:00
parent 00e292857d
commit 329215b3c9

View file

@ -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