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

@ -82,6 +82,12 @@
when: crowdsec_whitelist.enabled
notify: restart crowdsec
- name: Enable crowdsec on boot
ansible.builtin.service:
name: crowdsec
state: started
enabled: true
- name: Flush handlers to apply config
ansible.builtin.meta: flush_handlers