You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi,
you will need to use the docker image module to ensure you have the needed docker image and then use the docker container module to create a new container and start it. However, there are serveral problems with the current version of ansible that may be in your way. I tried to work with docker through ansible a couple of days ago and I had to face all these bugs:
If you dont want to wait for the new version with this fixes and also apply some workarounds, maybe you should use the command module and call docker directly.