From c27043269c4116b0f0b5f5d057f80d2f6232cb68 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 15 Jun 2023 14:26:19 +0100 Subject: [PATCH] Fix excluded paths for ansible lint We `cd` into the `ansible/` directory, so they should be relative to that --- ansible/.ansible-lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/.ansible-lint b/ansible/.ansible-lint index c2c7262..a71ef2b 100644 --- a/ansible/.ansible-lint +++ b/ansible/.ansible-lint @@ -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