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

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
1 changed files with 1 additions and 0 deletions

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