Fix excluded paths for ansible lint

We `cd` into the `ansible/` directory, so they should be relative to that
This commit is contained in:
Jake Howard 2023-06-15 14:26:19 +01:00
parent aa8ceec290
commit c27043269c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -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