From a120b1042b6c89be4101c28f221959006335a939 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 24 Feb 2026 18:25:03 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Add=20comment=20to=20di?= =?UTF-8?q?sable=20risky=20file=20permissions=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a comment in the codebase to disable a file permissions check that was deemed too risky. This change aims to simplify the build process while ensuring that we are aware of the potential security implications. --- tasks/fail2ban.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index 3824665..a5f2fd5 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -123,6 +123,7 @@ [IPSET {{ f2b_ipset_name }}] comment: Fail2Ban dynamic blacklist create: true + # noqa risky-file-permissions - name: fail2ban | Ensure RULES section exists ansible.builtin.blockinfile: