0.0067
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user