Skip to content

Commit

Permalink
Pin ansible-lint to major version 5
Browse files Browse the repository at this point in the history
@mcdonnnj pointed out that this will keep us from being blindsided by future changes.

Co-authored-by: Nick M. <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
jsf9k and mcdonnnj committed Sep 7, 2021
1 parent 95d45ba commit 019d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Kali Linux, so it makes sense to force the installation of Ansible
# 2.10 or newer.
ansible>=2.10,<5
ansible-lint
ansible-lint>=5,<6
flake8
molecule[docker]
pre-commit
Expand Down

0 comments on commit 019d307

Please sign in to comment.