5 lines
134 B
YAML
5 lines
134 B
YAML
|
# restart fail2ban service to apply changes
|
||
|
- name: Restart fail2ban
|
||
|
service:
|
||
|
name: "{{ fail2ban_daemon }}"
|
||
|
state: restarted
|