ansible-role-keycloak-themes/tasks/main.yml

11 lines
260 B
YAML

---
- 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/d4science-keycloak-themes"