mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Use the path that ansible-lint is reporting for exclusion
This commit is contained in:
parent
dfe85d24a0
commit
7ae46673ed
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue