diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1cfd4e6..4cf67d1 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -56,6 +56,10 @@ jobs: tag: "focal" - image: "docker-ubuntu-systemd" tag: "bionic" + - image: "docker-ubuntu-systemd" + tag: "lunar" + - image: "docker-ubuntu-systemd" + tag: "noble" steps: - name: Checkout Role uses: actions/checkout@v4 diff --git a/.yamllint b/.yamllint index 10d5946..1460f2c 100644 --- a/.yamllint +++ b/.yamllint @@ -10,10 +10,7 @@ rules: level: error line-length: disable truthy: - check-keys: no - allowed-values: - - "yes" - - "no" + check-keys: false ignore: | .tox/ diff --git a/README.md b/README.md index 04d4920..767c903 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |container|tags| |---------|----| -|[Debian](https://hub.docker.com/repository/docker/buluma/debian/general)|bullseye| -|[EL](https://hub.docker.com/repository/docker/buluma/enterpriselinux/general)|8| -|[Ubuntu](https://hub.docker.com/repository/docker/buluma/ubuntu/general)|all| +|[Debian](https://hub.docker.com/r/buluma/debian)|bullseye| +|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|8| +|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|all| The minimum version of Ansible required is 2.12, tests have been done to: