From e3d39b7228b111c27629f5f58d6bd9deb9566078 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 16 Apr 2016 08:42:55 -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: I6f7ce2ff03daaaffd93fc306231cf9e763c4f61a 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