ansible-role-crowdsec/handlers/main.yml
Adrien Reslinger 18e86f8687
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update ansible code
2022-08-16 17:09:58 +02:00

10 lines
223 B
YAML

---
- name: restart crowdsec
ansible.builtin.systemd:
name: crowdsec
state: restarted
- name: restart crowdsec-firewall-bouncer
ansible.builtin.systemd:
name: crowdsec-firewall-bouncer
state: restarted