From 286dee5cf1735f039fba536e1784970fcf62e32e Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 6 Mar 2019 16:00:14 +0100
Subject: [PATCH] Require ansible>=2.4 for helm resource (#66)

---
 README.md             | 2 +-
 test/requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 386e9be16..c19bb5708 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ a Docker image) which contains utilities to manage your cluster.
 
 * You need to have ssh access (either as root, or as another user that can
   `sudo`) to the machines that will make up your cluster.
-* You need ansible installed on your workstation to run the bootstrap scripts.
+* You need `ansible >= 2.4` installed on your workstation to run the bootstrap scripts.
 
 ## Bootstrapping a new cluster
 
diff --git a/test/requirements.txt b/test/requirements.txt
index e16ac072f..f8ec3cf5e 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -1,4 +1,4 @@
-ansible>=2.3
+ansible>=2.4
 behave-webdriver>=0.2.2
 psutil>=5.5.0
 pytest>=4.3.0
-- 
GitLab