We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13af84c commit c15b472Copy full SHA for c15b472
.github/workflows/ansible-test.yml
@@ -37,7 +37,7 @@ jobs:
37
# validate-modules cannot be turned on until #498 is resolved.
38
run: ansible-test sanity -v --color --skip validate-modules
39
- name: Install ansible-lint
40
- run: pip install ansible-lint==6.13.1
+ run: pip install ansible-lint==6.22.0
41
- name: Run ansible-lint
42
run: ansible-lint
43
unit:
meta/runtime.yml
@@ -1,5 +1,5 @@
1
---
2
-requires_ansible: '>=2.14'
+requires_ansible: '>=2.14.0'
3
4
action_groups:
5
gcp:
0 commit comments