From 9cdab8209fe9db537a6c66351a48962296cdb327 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 20 May 2019 12:12:39 +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: I42b7153ebdc2683d0df9759e43d8c665144a960e --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 31a8683..b2915d3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -32,7 +32,7 @@ galaxy_info: - 7 - name: opensuse versions: - - all + - 15 categories: - cloud - python