ansible-for-devops icon indicating copy to clipboard operation
ansible-for-devops copied to clipboard

Errata: Debian version inconsistency for molecule image

Open sandipb opened this issue 2 months ago • 1 comments

In the section "Adjusting Molecule to use more flexible test containers"

The last step is to make sure the playbook also runs correctly on Debian-based systems. Since there exists a geerlingguy/docker-debian10-ansible container (see a full list of the Docker Ansible test containers I maintain), you can run the Molecule tests under that operating system as well:

$ MOLECULE_DISTRO=debian12 molecule test”
...

You mention a container for debian10 but use debian12 in the example.

sandipb avatar Sep 29 '25 07:09 sandipb

Oops! Definitely needs to be fixed.

geerlingguy avatar Sep 29 '25 15:09 geerlingguy