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