Probed, more distributions work.

This commit is contained in:
Robert de Bock 2020-07-23 07:31:49 +02:00
parent 9f8e9e3335
commit fe3ccc3ec4
3 changed files with 25 additions and 1 deletions

View file

@ -33,16 +33,30 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine"
tag: "latest"
- image: "alpine"
tag: "edge"
- image: "centos"
tag: "7"
- image: "centos"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "31"
- image: "fedora"
tag: "latest"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "bionic"
- image: "ubuntu"
tag: "xenial"
steps:
- name: checkout
uses: actions/checkout@v2

View file

@ -14,11 +14,18 @@ env:
global:
namespace="robertdebock"
matrix:
- image="alpine" tag="latest"
- image="alpine" tag="edge"
- image="centos" tag="7"
- image="centos" tag="latest"
- image="debian" tag="latest"
- image="debian" tag="bullseye"
- image="fedora" tag="31"
- image="fedora" tag="latest"
- image="opensuse" tag="latest"
- image="ubuntu" tag="latest"
- image="ubuntu" tag="bionic"
- image="ubuntu" tag="xenial"
cache:
- pip

View file

@ -106,9 +106,12 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|container|tags|
|---------|----|
|alpine|all|
|el|7, 8|
|debian|buster, bullseye|
|fedora|31, 32|
|ubuntu|bionic|
|opensuse|all|
|ubuntu|focal, bionic, xenial|
The minimum version of Ansible required is 2.8 but tests have been done to: