diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index daf5e00..8ef06fe 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -49,8 +49,6 @@ jobs: tag: "33" - image: "fedora" tag: "latest" - - image: "fedora" - tag: "rawhide" - image: "opensuse" tag: "latest" - image: "ubuntu" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27fa619..fa3a45b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,6 @@ molecule: tag: "33" - image: "fedora" tag: "latest" - - image: "fedora" - tag: "rawhide" - image: "opensuse" tag: "latest" - image: "ubuntu" diff --git a/README.md b/README.md index 76ddb9e..29b4696 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |amazon|Candidate| |el|7, 8| |debian|buster, bullseye| -|fedora|all| +|fedora|33, 34| |opensuse|all| |ubuntu|focal, bionic| diff --git a/meta/main.yml b/meta/main.yml index 32accb7..45e8632 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -25,7 +25,8 @@ galaxy_info: - bullseye - name: Fedora versions: - - all + - 33 + - 34 - name: OpenSUSE versions: - all