fix 0.0051
Some checks failed
Build Docker / deploy (push) Failing after 20s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 15:21:22 +03:00
parent 2a575f31ee
commit 260c557f66

View File

@@ -4,10 +4,9 @@
env_file: .env
tasks:
- name: Install Docker
apt:
name: docker-compose
state: present
update_cache: yes
shell: curl -fsSL https://get.docker.com | sh
args:
creates: /usr/bin/docker
- name: Copy .env to remote
copy:
src: "{{ env_file }}"
@@ -30,5 +29,7 @@
- name: Start docker compose via module
community.docker.docker_compose:
project_src: /opt/infra
files:
- node-docker.yaml
state: present
restarted: true