Fix excluded paths for ansible lint
We `cd` into the `ansible/` directory, so they should be relative to that
This commit is contained in:
parent
aa8ceec290
commit
c27043269c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ skip_list:
|
||||||
- git-latest
|
- git-latest
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- ansible/galaxy_roles/
|
- galaxy_roles/
|
||||||
- ansible/galaxy_collections/
|
- galaxy_collections/
|
||||||
- ~/.ansible
|
- ~/.ansible
|
||||||
- roles/nebula/files/nebula.yml
|
- roles/nebula/files/nebula.yml
|
||||||
- roles/traefik/files/traefik.yml
|
- roles/traefik/files/traefik.yml
|
||||||
|
|
Loading…
Reference in a new issue