fail2ban: fix Ansible syntax
Some checks failed
gitea/ansible-roles/pipeline/head There was a failure building this commit

This commit is contained in:
Jérémy Lecour 2024-02-08 11:03:14 +01:00 committed by Jérémy Lecour
parent d4fcc6f8f4
commit 13284645de
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -115,7 +115,7 @@
- name: Script unban_ip is installed
ansible.builtin.copy:
src: unban_ip.sh
dst: /usr/local/sbin/unban_ip
dest: /usr/local/sbin/unban_ip
mode: '0700'
tags:
- fail2ban