From 750ef0e548c20bcf22eaa3975e47200f6bad72e8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 21 May 2019 10:44:18 +0200 Subject: [PATCH] Clarify supported distro versions This role only support openSUSE Leap 15, not 42.3, not tumbleweed. Saying all is confusing and a bad practice. This fixes it, while ensuring the job is properly defined to test that assertion. At the same time, this lists the CentOS support and updates the ubuntu supported versions. Change-Id: I8fd01b9184aa1471bb0a7f950cc802ceca57f506 --- meta/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 610698d..14c6fae 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -30,9 +30,13 @@ galaxy_info: - stretch - name: Ubuntu versions: - - trusty - - xenial - bionic + - name: EL + versions: + - 7 + - name: opensuse + versions: + - 15 galaxy_tags: - cloud - openstack