From 4cfd60e06fe34f6ec4de38791bf04dd226d92095 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 1 May 2018 12:40:51 +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: Ia294603b99970a1f3f6b919b9edd768573ccdedd --- 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 070836a..9a1a991 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,11 +17,15 @@ galaxy_info: description: Whisper is a file-based time-series database format for Graphite. 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