blacklist Ansible 1.9.6

This version of ansible is broken due to the following upstream
Ansible issue:
  * https://github.com/ansible/ansible-modules-extras/issues/2042

Change-Id: Icd11276860ad5e1e1cd2f97eb23a862070f74725
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-04-16 10:42:33 -05:00
parent 6ae5d108ad
commit 2ee7a0bbe5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ansible-lint<=2.3.9
ansible>=1.9.1,<2.0.0
ansible>=1.9.1,<2.0.0,!=1.9.6
bashate
flake8