From f40978b59e0d8c03da171951e95d841d0ad1658d Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 30 Jun 2017 16:17:00 +0100 Subject: [PATCH] Alter ansible version constraint to <2.3.0 Ansible 2.3 has been found not to work with some parts of kayobe. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46a50722f..28614763c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible>=2.2.0,!=2.3 # GPLv3 +ansible<2.3.0 # GPLv3 cliff>=2.5.0 # Apache netaddr!=0.7.16,>=0.7.13 # BSD PyYAML>=3.10.0 # MIT