Skip to content

Commit

Permalink
No alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 28, 2021
1 parent 3eebcc1 commit c2cdc5e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule.yml
Expand Up @@ -33,8 +33,6 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine"
tag: "latest"
- image: "centos"
tag: "latest"
- image: "debian"
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -16,8 +16,6 @@ molecule:
retry: 1
parallel:
matrix:
- image: "alpine"
tag: "latest"
- image: "centos"
tag: "latest"
- image: "debian"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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|
Expand 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)
Expand Down
2 changes: 2 additions & 0 deletions meta/exception.yml
Expand Up @@ -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'"
3 changes: 0 additions & 3 deletions meta/main.yml
Expand Up @@ -8,9 +8,6 @@ galaxy_info:
min_ansible_version: "2.10"

platforms:
- name: Alpine
versions:
- all
- name: EL
versions:
- 8
Expand Down

0 comments on commit c2cdc5e

Please sign in to comment.