diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index efcf7d1..d8bbeb2 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -68,11 +68,16 @@ jobs: tag: "focal" - image: "docker-molecule-images" tag: "bionic" - - image: "docker-molecule-images" - tag: "lunar" - image: "docker-molecule-images" tag: "noble" steps: + + - name: Docker Login + uses: docker/login-action@v3.2.0 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Checkout Role uses: actions/checkout@v4 with: diff --git a/README.md b/README.md index 370cb2c..d40448f 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |[Debian](https://hub.docker.com/r/buluma/debian)|all| |[Fedora](https://hub.docker.com/r/buluma/fedora)|38, 39, 40| |[opensuse](https://hub.docker.com/r/buluma/opensuse)|all| -|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|jammy, focal, bionic, lunar, noble| +|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|jammy, focal, bionic, noble| The minimum version of Ansible required is 2.12, tests have been done to: diff --git a/meta/main.yml b/meta/main.yml index 157be24..cbef6df 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -28,7 +28,6 @@ galaxy_info: - jammy - focal - bionic - - lunar - noble galaxy_tags: diff --git a/tox.ini b/tox.ini index 820c88a..e0e43b4 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # [tox] minversion = 4.2.4 -envlist = py3-ansible{8,9} +envlist = py3-ansible{9} skipsdist = true