Use the path that ansible-lint is reporting for exclusion

This commit is contained in:
Chris Hawk 2024-07-26 16:33:09 -07:00
parent dfe85d24a0
commit 7ae46673ed
2 changed files with 2 additions and 2 deletions

View file

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

View file

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