From 539e507339cb6a5c59be5ed7327ade7330164035 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 21 Sep 2026 21:14:16 +0200 Subject: [PATCH] ansible-lint: ignore more directories that aren't part of the repo --- .ansible-lint | 4 ++++ .yamllint.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index e750c579..1ad596e4 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,7 +3,11 @@ skip_list: - "name[casing]" exclude_paths: + - .ansible/ - .forgejo/ - "**/*.sops.yaml" - ansible_collections/ + - collections/ - galaxy_roles/ + - docs/ + - resources/ diff --git a/.yamllint.yaml b/.yamllint.yaml index 7ad950c9..bf9c1e24 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,5 +1,6 @@ rules: brackets: + forbid: false min-spaces-inside: 1 max-spaces-inside: 1 min-spaces-inside-empty: 1 -- 2.54.0