mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 04:34:31 -07:00
Remove google_cloud_ops_agents submodule
This commit is contained in:
parent
623c78f131
commit
3de16da36a
6 changed files with 11 additions and 10 deletions
5
.github/workflows/ansible-test.yml
vendored
5
.github/workflows/ansible-test.yml
vendored
|
@ -31,12 +31,11 @@ jobs:
|
|||
- name: Install ansible-base (${{ matrix.ansible_version }})
|
||||
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible_version }}.tar.gz --disable-pip-version-check
|
||||
- name: Run ansible-test sanity
|
||||
# validate-modules cannot be turned on until #498 is resolved.
|
||||
run: ansible-test sanity -v --color --skip validate-modules
|
||||
run: ansible-test sanity -v --color
|
||||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==24.7.0
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint --exclude roles/google_cloud_ops_agents/
|
||||
run: ansible-lint
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue