mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
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…
Add table
Add a link
Reference in a new issue