vn-ansible/roles/config-fail2ban/handlers/main.yaml

5 lines
134 B
YAML
Raw Normal View History

# restart fail2ban service to apply changes
- name: Restart fail2ban
service:
name: "{{ fail2ban_daemon }}"
state: restarted