diff --git a/.github/workflows/molecule-test.yml b/.github/workflows/molecule-test.yml index 27fe296..4ab028d 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: ['rockylinux8', 'ubuntu2004', 'ubuntu2204'] + molecule_distro: ['rockylinux8', 'rockylinux9', 'ubuntu2004', 'ubuntu2204'] env: ANSIBLE_CALLBACKS_ENABLED: profile_tasks diff --git a/README.md b/README.md index 26e34f4..fa99ad5 100644 --- a/README.md +++ b/README.md @@ -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 -------------- diff --git a/meta/main.yml b/meta/main.yml index 70b2041..9265e9d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -27,6 +27,7 @@ galaxy_info: - name: EL versions: - "8" + - "9" - name: Ubuntu versions: - focal