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"
|
||||
- image: "opensuse"
|
||||
tag: "latest"
|
||||
- image: "ubuntu"
|
||||
tag: "latest"
|
||||
- image: "ubuntu"
|
||||
tag: "bionic"
|
||||
- image: "ubuntu"
|
||||
tag: "xenial"
|
||||
- image: "ubuntu"
|
||||
tag: "trusty"
|
||||
tag: "latest"
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -24,10 +24,9 @@ env:
|
|||
- image="fedora" tag="latest"
|
||||
- image="fedora" tag="rawhide"
|
||||
- image="opensuse" tag="latest"
|
||||
- image="ubuntu" tag="latest"
|
||||
- image="ubuntu" tag="bionic"
|
||||
- image="ubuntu" tag="xenial"
|
||||
- image="ubuntu" tag="trusty"
|
||||
- image="ubuntu" tag="latest"
|
||||
|
||||
cache:
|
||||
- pip
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Configure grub on your system.
|
|||
|
||||
|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
|
||||
|
||||
|
|
@ -35,6 +35,10 @@ The machine may need to be prepared using `molecule/resources/prepare.yml`:
|
|||
- role: robertdebock.bootstrap
|
||||
|
||||
tasks:
|
||||
- name: make /etc/default
|
||||
file:
|
||||
path: /etc/default
|
||||
state: directory
|
||||
- name: place bogus /etc/default/grub
|
||||
copy:
|
||||
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|
|
||||
|fedora|all|
|
||||
|opensuse|all|
|
||||
|ubuntu|all|
|
||||
|ubuntu|bionic, xenial, focal|
|
||||
|
||||
The minimum version of Ansible required is 2.8 but tests have been done to:
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,9 @@ galaxy_info:
|
|||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- bionic
|
||||
- xenial
|
||||
- focal
|
||||
|
||||
galaxy_tags:
|
||||
- grub
|
||||
|
|
|
|||
Loading…
Reference in a new issue