diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 21fefd9..c8d6596 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 9a2def6..9bb6510 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 030a584..79a7efa 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,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| @@ -98,6 +97,7 @@ Some variarations of the build matrix do not work. These are the variations and | centos:7 | install_requires' must be a string or list of strings containing valid project/version requirement specifiers | | amazonlinux | Dependency (python_pip) not available | | opensuse | UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128) | +| alpine | error: [Errno 2] No such file or directory: 'cargo' | If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-molecule/issues) diff --git a/meta/exception.yml b/meta/exception.yml index 67ed469..1157580 100644 --- a/meta/exception.yml +++ b/meta/exception.yml @@ -6,3 +6,5 @@ exceptions: reason: Dependency (python_pip) not available - variation: opensuse reason: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128)" + - variation: alpine + reason: "error: [Errno 2] No such file or directory: 'cargo'" diff --git a/meta/main.yml b/meta/main.yml index 8a9cc15..5ee6dd7 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