Skip to content

Commit c15b472

Browse files
committed
chore: fix minimum version format, upgrade ansible-lint
1 parent 13af84c commit c15b472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# validate-modules cannot be turned on until #498 is resolved.
3838
run: ansible-test sanity -v --color --skip validate-modules
3939
- name: Install ansible-lint
40-
run: pip install ansible-lint==6.13.1
40+
run: pip install ansible-lint==6.22.0
4141
- name: Run ansible-lint
4242
run: ansible-lint
4343
unit:

meta/runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
requires_ansible: '>=2.14'
2+
requires_ansible: '>=2.14.0'
33

44
action_groups:
55
gcp:

0 commit comments

Comments
 (0)