From 89be3ddb63911d051323ea764e3a512a75ae9897 Mon Sep 17 00:00:00 2001 From: Kevin Coakley Date: Wed, 19 Oct 2022 11:16:39 -0700 Subject: [PATCH] Add support for EL 9 and Ubuntu 22.04 --- .github/workflows/molecule-test.yml | 2 +- README.md | 2 +- meta/main.yml | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/molecule-test.yml b/.github/workflows/molecule-test.yml index e6b73ba..01e5bea 100644 --- a/.github/workflows/molecule-test.yml +++ b/.github/workflows/molecule-test.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - molecule_distro: ['centos7', 'centos8', 'ubuntu1804', 'ubuntu2004'] + molecule_distro: ['centos7', 'rockylinux8', 'rockylinux9', 'ubuntu1804', 'ubuntu2004', 'ubuntu2204'] env: ANSIBLE_CALLBACKS_ENABLED: profile_tasks diff --git a/README.md b/README.md index 470f9c4..e0ff34b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ansible-role-prometheus-node-exporter ![](https://github.com/kevincoakley/ansible-role-prometheus-node-exporter/workflows/Molecule%20Test/badge.svg) -Install Prometheus Node Exporter - https://github.com/prometheus/node_exporter . Tested with CentOS 7, CentOS 8, Ubuntu 18.04 and Ubuntu 20.04 +Install Prometheus Node Exporter - https://github.com/prometheus/node_exporter . Tested with EL 7, EL 8, EL 9, Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 22.04. Requirements ------------ diff --git a/meta/main.yml b/meta/main.yml index 0d72b5d..167f3ed 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -9,12 +9,14 @@ galaxy_info: platforms: - name: EL versions: - - 7 - - 8 + - "7" + - "8" + - "9" - name: Ubuntu versions: - bionic - focal + - jammy # # Below are all categories currently available. Just as with # the platforms above, uncomment those that apply to your role.