mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Use the submodule path, not the name of the repo
This commit is contained in:
parent
811901f82c
commit
12d500f044
2 changed files with 2 additions and 6 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-ansible/
|
- ./roles/google_cloud_ops_agents/
|
||||||
|
|
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
|
@ -36,12 +36,8 @@ jobs:
|
||||||
run: ansible-test sanity -v --color --skip validate-modules
|
run: ansible-test sanity -v --color --skip validate-modules
|
||||||
- name: Install ansible-lint
|
- name: Install ansible-lint
|
||||||
run: pip install ansible-lint==24.7.0
|
run: pip install ansible-lint==24.7.0
|
||||||
- name: Debug the ansible-lint path
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls -al
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
run: ansible-lint --show-relpath --exclude ./roles/google-cloud-ops-agents-ansible/
|
run: ansible-lint
|
||||||
unit:
|
unit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue