From d987efcde373e99a6cd1958e8fdc870385842097 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 22 Feb 2021 10:50:15 +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 | 2 +- meta/main.yml | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 76632fe..f44ea7f 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 d80dc2f..9deef5f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,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| @@ -162,6 +161,7 @@ Apache-2.0 I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate. +- [grzs](https://github.com/grzs) ## [Author Information](#author-information) diff --git a/meta/main.yml b/meta/main.yml index 2c7dac2..61bbd0c 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