I changed which Python packages are installed for running tests (molecule[docker] -> molecule, molecule-plugins[docker]).
It seems that molecule doesn't include docker plugin in the molecule package (there was a release of a new 5.0.0 version). Also, the docker plugin was moved to ansible-community/molecule-plugins, so it should be installed as molecule-plugins[docker]
Have you read the Contributing Guidelines?
Issue #
Changes description
I changed which Python packages are installed for running tests (molecule[docker] -> molecule, molecule-plugins[docker]).
It seems that molecule doesn't include docker plugin in the molecule package (there was a release of a new 5.0.0 version). Also, the docker plugin was moved to ansible-community/molecule-plugins, so it should be installed as molecule-plugins[docker]