Skip to content

Commit

Permalink
Drop Alpine support.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 1, 2019
1 parent e6c2f67 commit e87ef07
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
global:
namespace="robertdebock"
matrix:
- image="alpine"
- image="alpine" tag="edge"
# - namespace="archlinux" image="base"
- image="debian" tag="stable"
- image="debian" tag="unstable"
Expand All @@ -28,7 +26,6 @@ env:

matrix:
allow_failures:
- env: image="alpine" tag="edge"
- env: image="debian" tag="unstable"
- env: image="fedora" tag="rawhide"
- env: image="ubuntu" tag="rolling"
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ This role has been tested on these [container images](https://hub.docker.com/):

|container|tag|allow_failures|
|---------|---|--------------|
|alpine|latest|no|
|alpine|edge|yes|
|debian|stable|yes|
|debian|unstable|yes|
|debian|latest|no|
Expand All @@ -169,6 +167,14 @@ This role has been tested on these Ansible versions:

The indicator '\~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible\~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.6.

Exceptions
----------

Some variarations of the build matrix do not work. These are the variations and reasons why the build won't work:

| variation | reason |
|---------------------------|------------------------|
| Alpine | Depencency ansible-role-httpd does not work on Alpine. |



Expand Down
4 changes: 4 additions & 0 deletions meta/exception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
exceptions:
- variation: Alpine
reason: "Depencency ansible-role-httpd does not work on Alpine."
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ galaxy_info:
min_ansible_version: 2.6

platforms:
- name: Alpine
versions:
- all
- name: ArchLinux
versions:
- all
Expand Down

0 comments on commit e87ef07

Please sign in to comment.