From a37d9a070b202917892dfa6e77a25c9bc175e597 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 21 May 2019 09:50:25 +0200 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: I069e43812acfe537f7c8bd48e1511ea2f18ceda1 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index b4017789..1830000a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -32,7 +32,7 @@ galaxy_info: - 7 - name: opensuse versions: - - all + - 15 categories: - cloud - python