Skip to content

Commit

Permalink
Add CentOS 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed Oct 19, 2022
1 parent 3a57284 commit cb54d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: ['rockylinux8', 'ubuntu2004', 'ubuntu2204']
molecule_distro: ['rockylinux8', 'rockylinux9', '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 @@ -9,7 +9,7 @@ are not present in the list of Ansible facts, like the container's private ip ad
Requirements
------------

None. Tested on CentOS 8 and Ubuntu 20.04 & 22.04.
None. Tested on CentOS 8 & 9 and Ubuntu 20.04 & 22.04.

Role Variables
--------------
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ galaxy_info:
- name: EL
versions:
- "8"
- "9"
- name: Ubuntu
versions:
- focal
Expand Down

0 comments on commit cb54d96

Please sign in to comment.