From: Ralf Jung Date: Sun, 15 Apr 2018 13:27:03 +0000 (+0200) Subject: fail2ban cleanup done X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/2017ba19ac5875c0e7669adf796b69f661e21f04 fail2ban cleanup done --- diff --git a/email.yml b/email.yml index 6698af4..42fb0a5 100644 --- a/email.yml +++ b/email.yml @@ -6,6 +6,3 @@ # some basic security stuff that relies on working email - name: install apticron apt: name=apticron state=latest - # cleanup - - name: clean up fail2ban - apt: name=fail2ban state=absent purge=true