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 7f2f7b4 commit 8acada3Copy full SHA for 8acada3
.github/workflows/ansible-lint.yml
@@ -27,7 +27,7 @@ jobs:
27
# FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
28
- name: Install ansible-lint
29
run: |
30
- pip install ansible-core==2.12.* 'rich<11' ansible-lint==5.3.*
+ pip install ansible-core==2.16.* 'rich<11' ansible-lint==24.*
31
32
- name: Lint Ansible playbooks
33
requirements.txt
@@ -1,2 +1,2 @@
1
-ansible<6
+ansible<10
2
jmespath==0.10.0
0 commit comments