Use modern versions of docker-compose on Debian

Install the plugin and use switch, rather than downloading an arbitrary binary. This way, it keeps getting updated.
This commit is contained in:
Jake Howard
2024-07-14 23:12:44 +01:00
parent 393a947cb7
commit 3d281fffc2
4 changed files with 19 additions and 6 deletions

View File

@ -40,11 +40,6 @@
roles:
- role: geerlingguy.docker
become: true
vars:
docker_install_compose_plugin: "{{ ansible_os_family == 'Debian' }}"
docker_install_compose: "{{ ansible_os_family == 'Debian' }}"
docker_users:
- "{{ me.user }}"
- docker_cleanup
- hosts: