Cap ansible-lint below 6.0

Capping <=6.0 never made sense anyway, also with ansible-lint==6.0.0
things are breaking now because it requires newer ansible.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Ifb4ab923fe438c22f52b5a9099bbd9b82cba7138
This commit is contained in:
Dr. Jens Harbott 2022-03-15 14:34:42 +01:00
parent e6719acc0c
commit 8b6c827ecf
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ hacking>=4.0.0,<5.0.0 # Apache-2.0
# ansible-lint requires ansible>=2.9
ansible>=2.9.0,<2.10
ansible-lint>=5.0.0,<=6.0.0
ansible-lint>=5.0.0,<6.0.0
bashate>=0.2