Merge branch 'unstable' into stable
Some checks failed
gitea/ansible-roles/pipeline/head There was a failure building this commit
gitea/ansible-roles/pipeline/tag There was a failure building this commit

This commit is contained in:
Jérémy Lecour 2024-02-08 11:08:47 +01:00 committed by Jérémy Lecour
commit 9402458304
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 7 additions and 1 deletions

View file

@ -21,6 +21,12 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Security
## [24.02.1] 2024-02-08
### Fixed
* fail2ban: fix Ansible syntax
## [24.02] 2024-02-08
### Added

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