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

Commit 4ec6be1

Browse files
committed
CentOS 8 support.
1 parent 6441d82 commit 4ec6be1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Linux Kernel Role
44
=================
55

6-
This Ansible role install ans enable a specific kernel version from OS repositories.
6+
This Ansible role install and enable a specific kernel version from OS repositories.
77

88
Requirements
99
------------

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ galaxy_info:
33
role_name: linux_kernel
44
author: Accelize
55
description: 'This Ansible role install and enable a specific Kernel version
6-
from distribution repositories.'
6+
from OS repositories.'
77
company: Accelize
88
license: Apache License 2.0
99
min_ansible_version: '2.8'
1010
platforms:
1111
- name: EL
1212
versions:
1313
- 7
14+
- 8
1415
- name: Fedora
1516
versions:
1617
- 29

molecule/default/molecule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ lint:
99
platforms:
1010
- name: centos_7
1111
image: centos:7
12+
- name: centos_8
13+
image: centos:8
1214
- name: fedora_30
1315
image: fedora:30
1416
- name: debian_buster

0 commit comments

Comments
 (0)