From 8416a651b7a0ed2cd0523988f5948e012628f6bf Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 16 Apr 2016 08:43:00 -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: Ieb14430082b0b7e1c52db18eee6dea5d9532886d 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