From 7ae46673ed6a7d283143355ef26a5259b949e698 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 26 Jul 2024 16:33:09 -0700 Subject: [PATCH] Use the path that ansible-lint is reporting for exclusion --- .ansible-lint | 2 +- .github/workflows/ansible-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 19247a5..0c5e668 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -7,4 +7,4 @@ use_default_rules: true verbosity: 1 exclude_paths: # Ignore submodule https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible - - ./roles/google_cloud_ops_agents/ + - roles/google_cloud_ops_agents/ diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 2bef646..6a2e1fc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -41,7 +41,7 @@ jobs: pwd ls -al - name: Run ansible-lint - run: ansible-lint --exclude ./roles/google_cloud_ops_agents/ + run: ansible-lint --exclude roles/google_cloud_ops_agents/ unit: runs-on: ubuntu-latest defaults: