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

11 lines
260 B
YAML
Raw Normal View History

2021-01-08 15:43:58 +01:00
---
2021-01-08 17:02:13 +01:00
- name: Delete temporary folder
file:
state: absent
path: "/tmp/d4science-keycloak-themes/"
2021-01-08 15:43:58 +01:00
- name: Git checkout
git:
repo: "https://code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes"
2021-01-08 17:02:13 +01:00
dest: "/tmp/d4science-keycloak-themes"