From e0d7f72f7dd2f81e1c2f20733546e3a2d3b5e204 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Fri, 29 Mar 2024 07:22:21 +0300 Subject: [PATCH] Use New Container --- .github/workflows/molecule.yml | 4 ---- README.md | 1 - meta/main.yml | 6 +++--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 50c0007..cae6971 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -46,8 +46,6 @@ jobs: fail-fast: false matrix: config: - - image: "docker-molecule-images" - tag: "alpine-openrc" - image: "enterpriselinux" tag: "8" - image: "docker-molecule-images" @@ -74,8 +72,6 @@ jobs: tag: "jammy" - image: "docker-molecule-images" tag: "lunar" - - image: "docker-molecule-images" - tag: "noble" steps: - name: Checkout Role uses: actions/checkout@v4 diff --git a/README.md b/README.md index 0c2d8be..7d8e11e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |container|tags| |---------|----| -|[Alpine](https://hub.docker.com/r/buluma/alpine)|all| |[EL](https://hub.docker.com/r/buluma/enterpriselinux)|8| |[Debian](https://hub.docker.com/r/buluma/debian)|all| |[Fedora](https://hub.docker.com/r/buluma/fedora)|all| diff --git a/meta/main.yml b/meta/main.yml index b2dde61..a84fc46 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -8,9 +8,9 @@ galaxy_info: min_ansible_version: "2.12" platforms: - - name: Alpine - versions: - - all + # - name: Alpine + # versions: + # - all - name: EL versions: - "8"