mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -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
|
verbosity: 1
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
# Ignore submodule https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible
|
# 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
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
run: ansible-lint --exclude ./roles/google_cloud_ops_agents/
|
run: ansible-lint --exclude roles/google_cloud_ops_agents/
|
||||||
unit:
|
unit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Add table
Reference in a new issue