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:
parent
14d241915e
commit
1fc0d322db
@ -1,4 +1,5 @@
|
|||||||
ansible-lint
|
ansible-lint
|
||||||
|
ansible>=1.9.1,<2.0.0
|
||||||
|
|
||||||
# this is required for the docs build jobs
|
# this is required for the docs build jobs
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user