From 68447750c16e46afd6480f18559a204a41f2a22c Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 16 Apr 2016 10:42:42 -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: I62a65473610858a93d2ddf04545b69a7e1ca50a0 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