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:
@ -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:
|
||||
|
Reference in New Issue
Block a user