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 5a24a0c commit 2e2a2efCopy full SHA for 2e2a2ef
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
# requirements.txt.
33
# And we choose an ansible-lint version to be compatible with this
34
# Ansible version.
35
- pip3 install ansible-core==2.17.7 ansible-lint[core]==5.4.0 --user
+ pip3 install ansible-core==2.17.7 ansible-lint[core]==6.1.0 --user
36
- name: Run ansible-lint
37
run: |
38
export PATH=$PATH:$HOME/.local/bin
0 commit comments