mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Regenerate docs and ci
This commit is contained in:
parent
9bf1806771
commit
c968bac74e
12
.github/workflows/molecule.yml
vendored
12
.github/workflows/molecule.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue