molecule with ansible 2.10?

21 views
Skip to first unread message

Rich Megginson

unread,
Jan 20, 2021, 1:16:01 PM1/20/21
to Ansible Development

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:?

Sorin Ionuț Sbârnea

unread,
Feb 10, 2021, 3:40:59 AM2/10/21
to Ansible Development
Yes it does, but this is not the right channel to ask about molecule. By chance I seen the message now, the correct channel would be https://github.com/ansible-community/molecule/discussions

Inside the project readme you will see which versions of ansible are supported and if you look at CI configuration you will discover that is not only tested with latest two releases of Ansible but also with the devel branch.

Reply all
Reply to author
Forward
0 new messages