Pin ansible<2.4 in test-requirements for ansible-lint

Otherwise ansible-lint picks up the latest version, 2.4, which makes
the linters job horribly fail for the time being.

Change-Id: I31f9aea554b3853a4b9bc0af9a24c4f5c5388c22
This commit is contained in:
David Moreau-Simard 2017-09-19 22:10:31 -04:00
parent ba4ff63b20
commit c8afe1b563
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ pep8
pyflakes
flake8
# We need to pin Ansible to <2.4 until Zuul supports it, otherwise ansible-lint
# picks the latest version which is not known to work yet.
ansible<2.4
ansible-lint
bashate>=0.2
zuul-sphinx>=0.1.1