Cap ansible < 2.0 for ansible-lint compatibility

Currently ansible-lint does not support Ansible 2.0, which was
released yesterday afternoon.

This is being worked on in:
https://github.com/willthames/ansible-lint/issues/75

This patch caps Ansible to < 2.0 to allow the gate checks to
succeed. This patch can be reverted once ansible-lint supports
Ansible 2.0 and above.

Change-Id: I4d7da77b0f42e33a4704fb44f1b993c0f1874647
This commit is contained in:
Jesse Pretorius 2016-01-13 17:54:54 +00:00
parent 14d241915e
commit 1fc0d322db

View File

@ -1,4 +1,5 @@
ansible-lint
ansible>=1.9.1,<2.0.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2