fail2ban: fix Ansible syntax
Some checks failed
gitea/ansible-roles/pipeline/head There was a failure building this commit
Some checks failed
gitea/ansible-roles/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d4fcc6f8f4
commit
13284645de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue