From a9cb4a7096e217b61b64930a41c8663b09ff0afa Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 19 Apr 2018 14:31:07 -0400 Subject: [PATCH] Bump minimal version of ansible to 2.4.0 Currently 2.4.0 is the oldest release of ansible, everything later is EOL. Update our meta data into include this and the platforms we currently tests with. Change-Id: I13a344b6bd4353f645ca59d89148d903f619a857 Signed-off-by: Paul Belanger --- meta/main.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 8b687f8..f9b3d57 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,7 +17,7 @@ galaxy_info: description: Daemon for easy but powerful stats aggregation company: Red Hat, Inc. license: Apache - min_ansible_version: 2.3 + min_ansible_version: 2.4 platforms: - name: Fedora versions: diff --git a/requirements.txt b/requirements.txt index 1ab0ddd..f3a3f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ansible>=2.0.0 +ansible>=2.4.0