Only install compose on debian
The rest will get it through the system package manager
This commit is contained in:
parent
e2a94b6302
commit
5481554e15
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
become: true
|
||||
vars:
|
||||
docker_install_compose_plugin: "{{ ansible_os_family == 'Debian' }}"
|
||||
docker_install_compose: "{{ ansible_os_family == 'Debian' }}"
|
||||
docker_users:
|
||||
- "{{ me.user }}"
|
||||
- docker_cleanup
|
||||
|
|
Loading…
Reference in a new issue