forked from ISTI-ansible-roles/ansible-roles
5 lines
83 B
YAML
5 lines
83 B
YAML
|
---
|
||
|
- name: Restart fail2ban
|
||
|
service: name=fail2ban state=restarted enabled=yes
|
||
|
|