From 1b1935bb202a58b042a475fbb061f8539ef90e87 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 12 Jan 2016 12:30:31 -0500 Subject: [PATCH] Cap ansible<2.0 Currently, ansible-lint is failing and will need to be updated to support 2.0. Additionally, we need to validate our role works correctly with 2.0. Change-Id: I72dc930c5c9487c4d345d91b8b029aa1dd8bd024 Signed-off-by: Paul Belanger --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90d4055..b32557e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ansible +ansible<2.0