atosatto / ansible-dockerswarm

Docker Engine clustering using "Swarm Mode" and Ansible
https://galaxy.ansible.com/atosatto/docker-swarm/
MIT License
262 stars 149 forks source link

Update docker-py to docker #70

Closed fmotrifork closed 4 years ago

fmotrifork commented 4 years ago

The pip package docker-py has been renamed to docker See this page for more info https://github.com/docker/docker-py/issues/1310

This will allow for using the docker_config_module. https://docs.ansible.com/ansible/latest/modules/docker_config_module.html

Please note that it is not allowed to have both docker-py and docker installed at the same time.

atosatto commented 4 years ago

Thanks @fmotrifork for the heads-up, I've fixed this in https://github.com/atosatto/ansible-dockerswarm/pull/72. Cheers! :)