mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
chore: fix minimum version format, upgrade ansible-lint
This commit is contained in:
parent
13af84c3db
commit
c15b47250d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
# validate-modules cannot be turned on until #498 is resolved.
|
||||
run: ansible-test sanity -v --color --skip validate-modules
|
||||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==6.13.1
|
||||
run: pip install ansible-lint==6.22.0
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint
|
||||
unit:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
requires_ansible: '>=2.14'
|
||||
requires_ansible: '>=2.14.0'
|
||||
|
||||
action_groups:
|
||||
gcp:
|
||||
|
|
Loading…
Add table
Reference in a new issue