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
|
||||
|
||||
exclude_paths:
|
||||
- ansible/galaxy_roles/
|
||||
- ansible/galaxy_collections/
|
||||
- galaxy_roles/
|
||||
- galaxy_collections/
|
||||
- ~/.ansible
|
||||
- roles/nebula/files/nebula.yml
|
||||
- roles/traefik/files/traefik.yml
|
||||
|
|
Loading…
Reference in a new issue