diff --git a/tasks/main.yml b/tasks/main.yml index c06a560..aff4e62 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,6 +31,6 @@ dest: /etc/fail2ban/jail.d/gitea.local owner: root group: root - mode: 0444 + mode: 0644 notify: Restart fail2ban become: yes