mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-11 21:30:28 -07:00
Try passing a full path to the ansible-lint config file
This commit is contained in:
parent
c630ef996a
commit
c9b7cf5a21
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-ansible/
|
||||
- roles/google-cloud-ops-agents-ansible/
|
||||
|
|
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==24.7.0
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint
|
||||
run: ansible-lint -c ${GITHUB_WORKSPACE}/ansible_collections/google/cloud/.ansible-lint
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Reference in a new issue