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