ansible-infra/.ansible-lint
chris 539e507339
All checks were successful
/ Ansible Lint (push) Successful in 2m37s
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Successful in 2m31s
ansible-lint: ignore more directories that aren't part of the repo
2026-09-21 21:14:16 +02:00

13 lines
204 B
Text

skip_list:
- "yaml[line-length]"
- "name[casing]"
exclude_paths:
- .ansible/
- .forgejo/
- "**/*.sops.yaml"
- ansible_collections/
- collections/
- galaxy_roles/
- docs/
- resources/