restart fail2ban after changes

This commit is contained in:
Arya 2024-01-10 19:16:06 +05:30
parent 485b8b7e60
commit eb4399fb64
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 4 additions and 0 deletions

View File

@ -51,3 +51,7 @@
dest: "/etc/fail2ban/filter.d/caddy-status.conf"
mode: "0644"
tags: fail2ban
- name: Restart fail2ban
ansible.builtin.service:
name: fail2ban
state: restarted