Fix services enabled issues
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-10-15 12:07:16 +02:00
parent d4e8f60fe9
commit 2a48449792
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 12 additions and 0 deletions

View file

@ -34,3 +34,9 @@
# notify: restart crowdsec-firewall-bouncer
# loop_control:
# label: "{{ item.regex }}"
- name: Enable crowdsec firewall bouncer on boot
ansible.builtin.service:
name: crowdsec-firewall-bouncer
state: started
enabled: true