nextcloud/handlers/main.yml

10 lines
168 B
YAML
Raw Permalink Normal View History

2020-02-15 11:03:06 +00:00
---
2020-02-16 15:22:01 +00:00
# handlers file for nextcloud
- name: "Restart fail2ban"
service:
name: fail2ban
state: restarted
when: ansible_service_mgr == "systemd"
become: yes