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