From b16c47d2738425d9a589cd0cde2b3b374dddf891 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 1 May 2018 12:39:34 +0100 Subject: [PATCH] Update meta data with latest info We haven't refreshed our meta data in a while, this includes updates to the minimum version of ansible and platforms we test against. Change-Id: Ib9035e18d4154f0d3a0fecc85dc1da87ecf53038 --- 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 c566381..0a81040 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -20,11 +20,15 @@ galaxy_info: using a storage backend. company: Red Hat, Inc. license: Apache - min_ansible_version: 2.0 + min_ansible_version: 2.3 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..a978df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ansible>=2.0.0 +ansible>=2.3.0