-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker action plugin moved but synchronize doesn't know that #132
Comments
I am seeing the same issue and after chatting with @tadeboro on the ansible-molecule irc channel, it was pointed out that the docker elements have now been moved to the community.docker collection, however the synchronize module has not been updated to include this collection and needs community.docker.docker adding. |
Just hit the same error with |
The 2.9 Ansible release only receives security fixes, so this will not be backported. What you can do is install |
Already tried with molecule==3.4.0,molecule-docker==1.1.0
But hit this error with ansible
Will try to update molecule / molecule-docker |
SUMMARY
Action plugin synchronize requires an update due to the new path of docker. Currently it fails here when attempting to copy data to docker due to docker having moved from community.general.docker to community.docker.docker.
Looking at the overall source code of this plugin this might need a change of multiple locations (e.g. L63, 173 etc) towards the new location of the module.
ISSUE TYPE
COMPONENT NAME
synchronize
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Run a docker container, then run a synchronize task to sync data into this docker container.
EXPECTED RESULTS
Data is synced successfully
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: