We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd2e2d commit 3853716Copy full SHA for 3853716
.github/workflows/ansible-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Install ansible-lint
27
run: |
28
- pip install ansible-core==2.16.* ansible-lint==24.*
+ pip install ansible-core==2.18.* ansible-lint==25.*
29
30
- name: Lint Ansible playbooks
31
requirements.txt
@@ -1,2 +1,2 @@
1
-ansible<10
+ansible<12
2
jmespath==0.10.0
0 commit comments