Regenerate docs and ci

This commit is contained in:
Robert de Bock 2020-05-31 05:52:05 +02:00
parent 9bf1806771
commit c968bac74e
3 changed files with 3 additions and 23 deletions

View file

@ -33,10 +33,6 @@ jobs:
fail-fast: false
matrix:
config:
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "centos"
tag: "7"
- image: "centos"
@ -45,16 +41,8 @@ jobs:
tag: "31"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "bionic"
- image: "ubuntu"
tag: "xenial"
- image: "ubuntu"
tag: "latest"
steps:
- name: checkout
uses: actions/checkout@v2

View file

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

View file

@ -100,15 +100,13 @@ Here is an overview of related roles:
## Compatibility
This role has been tested on these [container images](https://hub.docker.com/):
This role has been tested on these [container images](https://hub.docker.com/u/robertdebock):
|container|tags|
|---------|----|
|debian|all|
|el|7, 8|
|fedora|all|
|opensuse|all|
|ubuntu|bionic, xenial, focal|
|fedora|31, 32|
|ubuntu|bionic|
The minimum version of Ansible required is 2.8 but tests have been done to: