From f6c15773e12fbcc9970c282927734c455cedbdf3 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 6 Feb 2026 22:27:18 +0100 Subject: [PATCH] ansible-lint: add collections and roles directories to excluded paths --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 6b5f8aaa..e750c579 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -5,3 +5,5 @@ skip_list: exclude_paths: - .forgejo/ - "**/*.sops.yaml" + - ansible_collections/ + - galaxy_roles/