mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Drop support for Xenial, it's old and too much trouble.
This commit is contained in:
parent
8fe82e04cd
commit
c3dfba9bfb
2
.github/workflows/molecule.yml
vendored
2
.github/workflows/molecule.yml
vendored
|
|
@ -55,8 +55,6 @@ jobs:
|
|||
tag: "latest"
|
||||
- image: "ubuntu"
|
||||
tag: "bionic"
|
||||
- image: "ubuntu"
|
||||
tag: "xenial"
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -38,8 +38,6 @@ molecule:
|
|||
tag: "latest"
|
||||
- image: "ubuntu"
|
||||
tag: "bionic"
|
||||
- image: "ubuntu"
|
||||
tag: "xenial"
|
||||
|
||||
galaxy:
|
||||
script:
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|
|||
|debian|buster, bullseye|
|
||||
|fedora|all|
|
||||
|opensuse|all|
|
||||
|ubuntu|focal, bionic, xenial|
|
||||
|ubuntu|focal, bionic|
|
||||
|
||||
The minimum version of Ansible required is 2.9, tests have been done to:
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ galaxy_info:
|
|||
versions:
|
||||
- focal
|
||||
- bionic
|
||||
- xenial
|
||||
|
||||
galaxy_tags:
|
||||
- grub
|
||||
|
|
|
|||
Loading…
Reference in a new issue