Does molecule support ansible 2.10? I figured out that I have to pip install molecule[docker]
and ansible-galaxy collection install community.docker
to get the docker functionality, but molecule still fails:
ERROR! couldn't resolve module/action 'docker_container'. This often indicates a misspelling, missing collection, or incorrect module path.
because molecule_docker/playbooks/destroy.yml uses docker_container: instead of community.docker.docker_container:?