Skip to content

Commit 5a24a0c

Browse files
committed
Changing back to ansible-lint 5.4.0
1 parent e7a7dc3 commit 5a24a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# requirements.txt.
3333
# And we choose an ansible-lint version to be compatible with this
3434
# Ansible version.
35-
pip3 install ansible-core==2.17.7 ansible-lint[core]==6.0.0 --user
35+
pip3 install ansible-core==2.17.7 ansible-lint[core]==5.4.0 --user
3636
- name: Run ansible-lint
3737
run: |
3838
export PATH=$PATH:$HOME/.local/bin

0 commit comments

Comments
 (0)