nextcloud/handlers/main.yml
2020-02-16 16:22:01 +01:00

10 lines
168 B
YAML

---
# handlers file for nextcloud
- name: "Restart fail2ban"
service:
name: fail2ban
state: restarted
when: ansible_service_mgr == "systemd"
become: yes