With the upgrade of the Ansible control node to Debian trixie, the docker_compose module is gone.
However, the community.docker.docker_compose_v2 module fails to work with a Debian bullseye target node.
There is no available upgrade for Docker in Debian bullseye to make this work, and a switch to Docker-upstream-provided packages is undesirable.
As someone who merely has to occasionally run the playbooks and needs to make them continue to work until the box can be upgraded to bookworm and then trixie, what are my options?
Can I just download/clone the community.docker collection at release 3.9.0 (the last one before the removal) and put it as old.docker (i.e. rename the directory), or are the collection names also hardcoded in the collections themselves and relevant for execution? If so, can I just s/community\.docker/old.docker/g over all files?