You've already forked ansible-linux-infra
6 lines
96 B
YAML
6 lines
96 B
YAML
---
|
|
- name: restart fail2ban
|
|
ansible.builtin.systemd:
|
|
name: fail2ban
|
|
state: restarted
|