From 35a347b8cf442e91fb553de5f56abd0dc6bfd73f Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 29 May 2020 11:03:24 +0200 Subject: [PATCH] Probe and generate --- .github/workflows/molecule.yml | 2 ++ .travis.yml | 1 + README.md | 1 + meta/main.yml | 3 +++ 4 files changed, 7 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 86778c8..cbb8f54 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -49,6 +49,8 @@ jobs: tag: "31" - image: "fedora" tag: "latest" + - image: "opensuse" + tag: "latest" - image: "ubuntu" tag: "latest" - image: "ubuntu" diff --git a/.travis.yml b/.travis.yml index 7797576..4b7181b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ env: - image="debian" tag="bullseye" - image="fedora" tag="31" - image="fedora" tag="latest" + - image="opensuse" tag="latest" - image="ubuntu" tag="latest" - image="ubuntu" tag="bionic" - image="ubuntu" tag="xenial" diff --git a/README.md b/README.md index 174cb6e..8364bb0 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |el|7, 8| |debian|buster, bullseye| |fedora|31, 32| +|opensuse|all| |ubuntu|focal, bionic, xenial| The minimum version of Ansible required is 2.8 but tests have been done to: diff --git a/meta/main.yml b/meta/main.yml index aeeaed7..eff546c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,6 +22,9 @@ galaxy_info: versions: - 31 - 32 + - name: OpenSUSE + versions: + - all - name: Ubuntu versions: - focal