Controlling docker containers fails with Not supported URL scheme http+docker
Error while fetching server API version: Not supported URL scheme http+docker
This seems to be caused by a requests update: https://github.com/ansible-collections/community.docker/issues/860
We should update community.docker to 3.10.1 (and ideally use fixed versions for dependencies like this)
We were already working on improving Ansible dependencies, so fixing this issue will be part of this work.
In the meantime, a workaround is to manually install requests 2.31.0