From 2612e4879ce6bf31bde452deb6fe0d15b94267d6 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 27 Oct 2023 10:02:22 +0200 Subject: [PATCH] use jail2.js to test --- roles/config-fail2ban/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/config-fail2ban/tasks/main.yaml b/roles/config-fail2ban/tasks/main.yaml index 67b5480..29cc449 100644 --- a/roles/config-fail2ban/tasks/main.yaml +++ b/roles/config-fail2ban/tasks/main.yaml @@ -23,7 +23,7 @@ # template a file to /etc/fail2ban/jail.local - name: template a file to /etc/fail2ban/jail.local template: - src: jail.j2 + src: jail2.j2 dest: "{{ path_jail_local }}" owner: root group: root