10 lines
168 B
YAML
10 lines
168 B
YAML
---
|
|
# handlers file for nextcloud
|
|
|
|
- name: "Restart fail2ban"
|
|
service:
|
|
name: fail2ban
|
|
state: restarted
|
|
when: ansible_service_mgr == "systemd"
|
|
become: yes
|