b1912315cb
We don't support ansible 2.4.0 right now, so cap it for now. Change-Id: I21831b534e0a6a094db9e1a3af0984e459f9490a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
|
|
ansible<2.4.0
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
|
|
# zuul-jobs is required to supply the ansible roles for ansible-lint
|
|
-e git://git.openstack.org/openstack-infra/zuul-jobs#egg=zuul-jobs
|