From b0edf0063e8cc08d9faa866e50dab5f0ecc5ff1f Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotjagov Date: Mon, 20 May 2019 16:42:33 +0300 Subject: [PATCH] Clarify supported SUSE 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. Change-Id: Ic3718e0b7c866942592c52710cceab3c62c7df0d --- meta/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 29c5d6a..bd49df9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -32,9 +32,7 @@ galaxy_info: - 7 - name: opensuse versions: - - 42.1 - - 42.2 - - 42.3 + - 15 categories: - cloud - python