mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Never trusty.
This commit is contained in:
parent
8138673527
commit
d3e6e60601
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
|
|
@ -52,14 +52,12 @@ jobs:
|
||||||
tag: "rawhide"
|
tag: "rawhide"
|
||||||
- image: "opensuse"
|
- image: "opensuse"
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
- image: "ubuntu"
|
|
||||||
tag: "latest"
|
|
||||||
- image: "ubuntu"
|
- image: "ubuntu"
|
||||||
tag: "bionic"
|
tag: "bionic"
|
||||||
- image: "ubuntu"
|
- image: "ubuntu"
|
||||||
tag: "xenial"
|
tag: "xenial"
|
||||||
- image: "ubuntu"
|
- image: "ubuntu"
|
||||||
tag: "trusty"
|
tag: "latest"
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,9 @@ env:
|
||||||
- image="fedora" tag="latest"
|
- image="fedora" tag="latest"
|
||||||
- image="fedora" tag="rawhide"
|
- image="fedora" tag="rawhide"
|
||||||
- image="opensuse" tag="latest"
|
- image="opensuse" tag="latest"
|
||||||
- image="ubuntu" tag="latest"
|
|
||||||
- image="ubuntu" tag="bionic"
|
- image="ubuntu" tag="bionic"
|
||||||
- image="ubuntu" tag="xenial"
|
- image="ubuntu" tag="xenial"
|
||||||
- image="ubuntu" tag="trusty"
|
- image="ubuntu" tag="latest"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Configure grub on your system.
|
||||||
|
|
||||||
|Travis|GitHub|Quality|Downloads|
|
|Travis|GitHub|Quality|Downloads|
|
||||||
|------|------|-------|---------|
|
|------|------|-------|---------|
|
||||||
|[](https://travis-ci.com/robertdebock/ansible-role-grub)|[](https://github.com/robertdebock/ansible-role-grub/actions)|[](https://galaxy.ansible.com/robertdebock/grub)|[](https://galaxy.ansible.com/robertdebock/grub)|
|
|[](https://travis-ci.com/robertdebock/ansible-role-grub)|[](https://github.com/robertdebock/ansible-role-grub/actions)|[](https://galaxy.ansible.com/robertdebock/grub)|[](https://galaxy.ansible.com/robertdebock/grub)|
|
||||||
|
|
||||||
## Example Playbook
|
## Example Playbook
|
||||||
|
|
||||||
|
|
@ -35,6 +35,10 @@ The machine may need to be prepared using `molecule/resources/prepare.yml`:
|
||||||
- role: robertdebock.bootstrap
|
- role: robertdebock.bootstrap
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: make /etc/default
|
||||||
|
file:
|
||||||
|
path: /etc/default
|
||||||
|
state: directory
|
||||||
- name: place bogus /etc/default/grub
|
- name: place bogus /etc/default/grub
|
||||||
copy:
|
copy:
|
||||||
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
||||||
|
|
@ -105,7 +109,7 @@ This role has been tested on these [container images](https://hub.docker.com/):
|
||||||
|el|7, 8|
|
|el|7, 8|
|
||||||
|fedora|all|
|
|fedora|all|
|
||||||
|opensuse|all|
|
|opensuse|all|
|
||||||
|ubuntu|all|
|
|ubuntu|bionic, xenial, focal|
|
||||||
|
|
||||||
The minimum version of Ansible required is 2.8 but tests have been done to:
|
The minimum version of Ansible required is 2.8 but tests have been done to:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,9 @@ galaxy_info:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- all
|
- bionic
|
||||||
|
- xenial
|
||||||
|
- focal
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- grub
|
- grub
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue