5 lines
104 B
YAML
5 lines
104 B
YAML
---
|
|
- name: Restart fail2ban
|
|
ansible.builtin.systemd:
|
|
name: fail2ban.service
|
|
state: restarted
|