From 8ca09dab7e7ae244702cf96b9f7f040b26ba6101 Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Thu, 19 Apr 2018 14:15:16 -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: Ia49d4ff5a121cc521a65f80a3993283b407167c3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
---
 meta/main.yml    | 12 ++++++++----
 requirements.txt |  2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/meta/main.yml b/meta/main.yml
index 776bdd7..f46e815 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -19,11 +19,15 @@ galaxy_info:
     and ramdisk images.
   company: Red Hat, Inc.
   license: Apache
-  min_ansible_version: 2.0
+  min_ansible_version: 2.4
   platforms:
-  - name: EL
+  - name: Fedora
     versions:
-    - 7
+    - 27
+  - name: Ubuntu
+    versions:
+    - 16.04
+    - 18.04
   categories:
-  - cloud
+  - system
 dependencies: []
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