From cd42a447f15864ffd98192f501aaff7e3f5a796a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 8 Jan 2021 17:02:13 +0100 Subject: [PATCH] added meta info --- tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d57ad7f..764b7d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,10 @@ --- +- name: Delete temporary folder + file: + state: absent + path: "/tmp/d4science-keycloak-themes/" + - name: Git checkout git: repo: "https://code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes" - dest: "/tmp" + dest: "/tmp/d4science-keycloak-themes"