[crowdsec] fix: use correct package name for firewall bouncer

This commit is contained in:
Simon Cornet 2024-12-07 20:46:01 +01:00
commit 4caa74275c

View file

@ -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"'