Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
CentOS 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Oct 2, 2019
1 parent 6441d82 commit 4ec6be1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Linux Kernel Role
=================

This Ansible role install ans enable a specific kernel version from OS repositories.
This Ansible role install and enable a specific kernel version from OS repositories.

Requirements
------------
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ galaxy_info:
role_name: linux_kernel
author: Accelize
description: 'This Ansible role install and enable a specific Kernel version
from distribution repositories.'
from OS repositories.'
company: Accelize
license: Apache License 2.0
min_ansible_version: '2.8'
platforms:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- 29
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ lint:
platforms:
- name: centos_7
image: centos:7
- name: centos_8
image: centos:8
- name: fedora_30
image: fedora:30
- name: debian_buster
Expand Down

0 comments on commit 4ec6be1

Please sign in to comment.