From 2ee7a0bbe5c76d29c95bddf4be02589d3a73113e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 16 Apr 2016 10:42:33 -0500 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a7c89ef..a6cce40 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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