Some checks reported errors
continuous-integration/drone/push Build encountered an error
10 lines
223 B
YAML
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
|