Update ansible-lint pin to fix rich dep

Older ansible-lint didn't pin the 'rich' dep and that dep updated and
broke ansible-lint. Newer ansible-lint fixed this. Update ansible-lint
to get around this problem.

Change-Id: Ic798398ab68239d4f13cb806a92038fd4946d25a
This commit is contained in:
Clark Boylan 2022-01-10 11:44:21 -08:00
parent 90c427d630
commit 9d51ae5ea8
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
ansible>=2.9,<2.11 # required by ansible-lint
flake8
yamllint>=1.23.0
ansible-lint>=5.0.3rc1,<5.1
ansible-lint>=5.0.0,<6.0.0