diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e620db..ce463cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: - name: Install test dependencies run: | - python3 -m pip install --constraint=.github/workflows/constraints.txt ansible molecule[docker] docker + python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]' podman - name: Run Molecule tests run: molecule test diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 3ff2e11..f4bf658 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -2,11 +2,11 @@ dependency: name: galaxy driver: - name: docker + name: podman platforms: - name: instance - image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest" - command: ${MOLECULE_DOCKER_COMMAND:-""} + image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest" + command: ${MOLECULE_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw cgroupns_mode: host diff --git a/molecule/multi-version/molecule.yml b/molecule/multi-version/molecule.yml index 7aebbaa..3c8cb4f 100644 --- a/molecule/multi-version/molecule.yml +++ b/molecule/multi-version/molecule.yml @@ -2,11 +2,11 @@ dependency: name: galaxy driver: - name: docker + name: podman platforms: - name: instance - image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest" - command: ${MOLECULE_DOCKER_COMMAND:-""} + image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest" + command: ${MOLECULE_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro privileged: true