diff --git a/tasks/main.yml b/tasks/main.yml index 5f657d6..ff1c0c3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -35,7 +35,7 @@ - name: "Copy the project files to the server" copy: src: "{{ docker_project_name }}" - dest: "{{ docker_project_path }}/" + dest: "{{ lookup('env', 'HOME') }}/" become: false - name: "Copy the traefik config"