infrastructure/ansible/.ansible-lint
Jake Howard c27043269c
Fix excluded paths for ansible lint
We `cd` into the `ansible/` directory, so they should be relative to that
2023-06-15 14:26:19 +01:00

12 lines
213 B
Plaintext

skip_list:
- command-instead-of-shell
- no-handler
- git-latest
exclude_paths:
- galaxy_roles/
- galaxy_collections/
- ~/.ansible
- roles/nebula/files/nebula.yml
- roles/traefik/files/traefik.yml