diff --git a/README.md b/README.md index 8c09d5a..3effd11 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/meta/main.yml b/meta/main.yml index c77eefa..ce73f9b 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ 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' @@ -11,6 +11,7 @@ galaxy_info: - name: EL versions: - 7 + - 8 - name: Fedora versions: - 29 diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 0e4c07b..24fd946 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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