docker compose install
Some checks failed
Build Docker / deploy (push) Failing after 42s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-05-13 16:39:44 +03:00
parent ac06706cf9
commit 7f843ff04c

View File

@@ -16,6 +16,11 @@
args:
creates: /usr/bin/docker
- name: Install Docker Compose plugin
apt:
name: docker-compose-plugin
state: present
- name: Ensure /opt/infra exists
file:
path: /opt/infra