mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Dont test alpine, Im pretty sure it works.
This commit is contained in:
parent
c7c826a518
commit
e0fb199aea
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
|
|
@ -32,10 +32,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- image: "alpine"
|
||||
tag: "latest"
|
||||
- image: "alpine"
|
||||
tag: "edge"
|
||||
- image: "debian"
|
||||
tag: "latest"
|
||||
- image: "debian"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@ env:
|
|||
global:
|
||||
namespace="robertdebock"
|
||||
matrix:
|
||||
- image="alpine" tag="latest"
|
||||
- image="alpine" tag="edge"
|
||||
- image="debian" tag="latest"
|
||||
- image="debian" tag="bullseye"
|
||||
- image="centos" tag="7"
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ This role has been tested on these [container images](https://hub.docker.com/):
|
|||
|
||||
|container|tags|
|
||||
|---------|----|
|
||||
|alpine|all|
|
||||
|debian|all|
|
||||
|el|7, 8|
|
||||
|fedora|all|
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@ galaxy_info:
|
|||
min_ansible_version: 2.8
|
||||
|
||||
platforms:
|
||||
- name: Alpine
|
||||
versions:
|
||||
- all
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
|
|
|
|||
Loading…
Reference in a new issue