mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Probed, more distributions work.
This commit is contained in:
parent
9f8e9e3335
commit
fe3ccc3ec4
14
.github/workflows/molecule.yml
vendored
14
.github/workflows/molecule.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue