Cap ansible-lint at < 4.0.0

The 4.0.0 release of ansible lint adds a bunch of new checks that we'll
need to cleanup at a measured pace. Cap for now.

Change-Id: Ide87f1aa002482f0c7f8466e07af45ddf351eccc
This commit is contained in:
Clark Boylan 2018-12-18 12:21:09 -08:00
parent f5b19b4598
commit 690761d3b2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bashate>=0.2 # Apache-2.0
PyYAML>=3.10.0 # MIT
ansible-lint
ansible-lint<4.0.0
openstacksdk
zuul-sphinx>=0.2.3
testtools