From d448bff8d330b72f30ff61c373f80e1541f94c07 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 22 Feb 2021 10:56:35 +0100 Subject: [PATCH] openssl role depends on python-pip, does not work on Alpine. --- .github/workflows/molecule.yml | 2 -- .gitlab-ci.yml | 2 -- README.md | 1 - meta/main.yml | 3 --- 4 files changed, 8 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 3253f5a..4087c27 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -33,8 +33,6 @@ jobs: fail-fast: false matrix: config: - - image: "alpine" - tag: "latest" - image: "centos" tag: "latest" - image: "debian" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb3cfaf..b716f1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ molecule: retry: 1 parallel: matrix: - - image: "alpine" - tag: "latest" - image: "centos" tag: "latest" - image: "debian" diff --git a/README.md b/README.md index 1734b8a..333cc3e 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |container|tags| |---------|----| -|alpine|all| |el|8| |debian|buster, bullseye| |fedora|all| diff --git a/meta/main.yml b/meta/main.yml index 1e41c28..2b0f66c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -8,9 +8,6 @@ galaxy_info: min_ansible_version: "2.10" platforms: - - name: Alpine - versions: - - all - name: EL versions: - 8