Pin ansible-lint to < 4

4 explodes all over the place. Let's not deal with that right now.

Change-Id: I2c1a8501c696a9c853e6ca0ccb15b369f71a70cd
This commit is contained in:
Monty Taylor 2019-01-04 22:01:21 +00:00
parent 35d10a9fdc
commit 5be1cd99f5
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ zuul
# dependency solver and the uncapped ansible requirement from
# ansible-lint pull in the latest version.
ansible>=2.5.1,<2.6 # https://review.openstack.org/567007
ansible-lint
# We need to pin ansible-lint to before 4.0 which blows up all over the place
ansible-lint<4
bashate>=0.2
zuul-sphinx>=0.1.1
stestr>=1.0.0 # Apache-2.0