From 4caa74275c8a028d2c659ce544c1d75a712569aa Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 7 Dec 2024 20:46:01 +0100 Subject: [PATCH] [crowdsec] fix: use correct package name for firewall bouncer --- tasks/crowdsec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/crowdsec.yaml b/tasks/crowdsec.yaml index 17b57dd..7956235 100644 --- a/tasks/crowdsec.yaml +++ b/tasks/crowdsec.yaml @@ -34,7 +34,7 @@ # install crowdsec firewall bouncer - name: "install crowdsec firewall bouncer" ansible.builtin.apt: - name: "crowdsec-firewall-bouncer-iptables" + name: "crowdsec-firewall-bouncer" state: "present" cache_valid_time: "120" when: 'ansible_os_family == "Debian"'