ansible-lint: ignore more directories that aren't part of the repo #167

Open
c6ristian wants to merge 1 commit from chris/lint into main
2 changed files with 5 additions and 0 deletions

View file

@ -3,7 +3,11 @@ skip_list:
- "name[casing]"
exclude_paths:
- .ansible/
- .forgejo/
- "**/*.sops.yaml"
- ansible_collections/
- collections/
- galaxy_roles/
- docs/
- resources/

View file

@ -1,5 +1,6 @@
rules:
brackets:
forbid: false
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 1