Fix services enabled issues
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d4e8f60fe9
commit
2a48449792
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue