Open Pterosaur opened 1 year ago
Hi @Pterosaur, thanks for the clue, To add more to your suggestion - They have released a fix for https://github.com/docker/docker-py/issues/3113 - https://github.com/docker/docker-py/releases/tag/6.1.0. So after installing docker 6.1.0 - you can replace the version with 6.1.0 as below and it works now.
An Ad-hoc solution could follow: https://github.com/ansible-collections/community.docker/issues/611 to pin the packages version. I add following codes at the end of file: ansible/roles/vm_set/tasks/docker.yml to solve this issue.