diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0b29886..c849aab 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -26,20 +26,15 @@ jobs: - image: ubuntu2204 scenario: elastic command: /lib/systemd/systemd + - image: rockylinux9 + scenario: elastic + command: /usr/lib/systemd/systemd - image: ubuntu2004 scenario: default command: /lib/systemd/systemd - - image: debian12 - scenario: elastic - command: /lib/systemd/systemd - - image: debian12 - scenario: elastic - image: debian11 scenario: default command: /lib/systemd/systemd - - image: rockylinux9 - scenario: elastic - command: /usr/lib/systemd/systemd steps: - name: Check out the codebase. uses: actions/checkout@v4 diff --git a/README.md b/README.md index 296f7f8..8ca310f 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,8 @@ Please make sure your environment has [docker](https://www.docker.com) installed Role is tested against the following distributions (docker images): * Ubuntu Focal * Ubuntu Bionic - * Ubuntu Xenial - * CentOS 7 - * Debian Buster + * Rocky Linux 9 + * Debian Bullseye You can test the role directly from sources using command ` molecule test `