0.0067
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
shell: curl -fsSL https://get.docker.com | sh
|
||||
args:
|
||||
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
|
||||
copy:
|
||||
src: "{{ env_file }}"
|
||||
|
||||
Reference in New Issue
Block a user