added meta info

This commit is contained in:
dcore94 2021-01-08 17:02:13 +01:00
parent ab82421fbf
commit cd42a447f1
1 changed files with 6 additions and 1 deletions

View File

@ -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"