From b8ea138ddb7ec21faf1181a4298c8f51a9c2b0ed Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 16 Apr 2016 08:47:16 -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: Ic11945007bb7538f2842f70af56158e6a8f72871 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 a7c89efc..a6cce405 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