Compare commits

...

3 commits

Author SHA1 Message Date
Jérémy Lecour 9402458304
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
2024-02-08 11:08:47 +01:00
Jérémy Lecour cf0fab1e22
Release 24.02.1 2024-02-08 11:08:28 +01:00
Jérémy Lecour 13284645de
fail2ban: fix Ansible syntax
Some checks failed
gitea/ansible-roles/pipeline/head There was a failure building this commit
2024-02-08 11:03:14 +01:00
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