mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -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
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
Add a link
Reference in a new issue