[crowdsec] fix: use correct package name for firewall bouncer
This commit is contained in:
parent
fab407c59f
commit
4caa74275c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
# install crowdsec firewall bouncer
|
# install crowdsec firewall bouncer
|
||||||
- name: "install crowdsec firewall bouncer"
|
- name: "install crowdsec firewall bouncer"
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "crowdsec-firewall-bouncer-iptables"
|
name: "crowdsec-firewall-bouncer"
|
||||||
state: "present"
|
state: "present"
|
||||||
cache_valid_time: "120"
|
cache_valid_time: "120"
|
||||||
when: 'ansible_os_family == "Debian"'
|
when: 'ansible_os_family == "Debian"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue