geerlingguy / ansible-role-docker

Ansible Role - Docker
https://galaxy.ansible.com/geerlingguy/docker/
MIT License
1.8k stars 851 forks source link

Uninstall docker.io on apt distros #433

Closed Yethal closed 9 months ago

Yethal commented 9 months ago

Some packages (e.g amazon-ecr-credential-helper) try to pull docker.io package during installation. If such package is installed during the play before docker role, the docker service will fail to start in a very non-obvious way. See this thread for more information