I’m trying to understand the “Using podman containers” example in the documentation of Ansible Molecule. The inventory section lists a single host that is based on the image ghcr.io/ansible/community-ansible-dev-tools:latest. What other container images can I use?
When I change the “Using podman containers” example to use docker.io/library/ubuntu:24.04 as the image, I get a error in the task ansible.builtin.wait_for_connection.