Never trusty.

This commit is contained in:
Robert de Bock 2020-05-19 10:38:25 +02:00
parent 8138673527
commit d3e6e60601
4 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -4,7 +4,7 @@ Configure grub on your system.
|Travis|GitHub|Quality|Downloads| |Travis|GitHub|Quality|Downloads|
|------|------|-------|---------| |------|------|-------|---------|
|[![travis](https://travis-ci.com/robertdebock/ansible-role-grub.svg?branch=master)](https://travis-ci.com/robertdebock/ansible-role-grub)|[![github](https://github.com/robertdebock/ansible-role-grub/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-grub/actions)|[![quality](https://img.shields.io/ansible/quality/)](https://galaxy.ansible.com/robertdebock/grub)|[![downloads](https://img.shields.io/ansible/role/d/)](https://galaxy.ansible.com/robertdebock/grub)| |[![travis](https://travis-ci.com/robertdebock/ansible-role-grub.svg?branch=master)](https://travis-ci.com/robertdebock/ansible-role-grub)|[![github](https://github.com/robertdebock/ansible-role-grub/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-grub/actions)|[![quality](https://img.shields.io/ansible/quality/48762)](https://galaxy.ansible.com/robertdebock/grub)|[![downloads](https://img.shields.io/ansible/role/d/48762)](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:

View file

@ -26,7 +26,9 @@ galaxy_info:
- all - all
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - bionic
- xenial
- focal
galaxy_tags: galaxy_tags:
- grub - grub