Only install compose on debian
Some checks failed
/ ansible (push) Successful in 2m11s
/ terraform (push) Failing after 11m55s

The rest will get it through the system package manager
This commit is contained in:
Jake Howard 2024-04-27 17:42:24 +01:00
parent e2a94b6302
commit 5481554e15
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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