From f0356cc751181172c75e91e75c7117e84506acde Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 4 Dec 2024 11:20:41 +0100 Subject: [PATCH] [common] feat: specify crowdsec firewall bouncer --- tasks/crowdsec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/crowdsec.yaml b/tasks/crowdsec.yaml index 7956235..17b57dd 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" + name: "crowdsec-firewall-bouncer-iptables" state: "present" cache_valid_time: "120" when: 'ansible_os_family == "Debian"'