0.0067
Some checks failed
Build Docker / deploy (push) Failing after 51s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 17:06:03 +03:00
parent 6b01b63b59
commit 0b2055ab65

View File

@@ -7,6 +7,13 @@
shell: curl -fsSL https://get.docker.com | sh shell: curl -fsSL https://get.docker.com | sh
args: args:
creates: /usr/bin/docker creates: /usr/bin/docker
- name: Ensure /opt/infra exists
file:
path: /opt/infra
state: directory
owner: root
group: root
mode: '0755'
- name: Copy .env to remote - name: Copy .env to remote
copy: copy:
src: "{{ env_file }}" src: "{{ env_file }}"