From cc226beef5dec493114ad20ef5465aeb6ccb26ad Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 26 Oct 2021 22:08:46 +0200 Subject: [PATCH] copy the project directory to the home folder --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"