Skip to content

Commit

Permalink
Add support for EL 9 and Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed Oct 19, 2022
1 parent 63b6392 commit 89be3dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
6 changes: 4 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 89be3dd

Please sign in to comment.