geerlingguy / ansible-role-docker

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

install docker-compose using DEB/RPM official package #366

Closed fabricat closed 2 years ago

fabricat commented 2 years ago

It is possible to install docker-compose using the docker-compose-plugin package, see here.

This alternative method avoids manually setting the docker_compose_version variable, and makes upgrades easier.

geerlingguy commented 2 years ago

See: https://github.com/geerlingguy/ansible-role-docker/issues/355