remove theme folder if already exists
This commit is contained in:
parent
d5f9749ecf
commit
be0c759d42
|
@ -9,6 +9,11 @@
|
|||
repo: "https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes.git"
|
||||
dest: "{{ tmpdir }}"
|
||||
|
||||
- name: Delete possibly existing folder for theme
|
||||
file:
|
||||
state: absent
|
||||
dest: "{{ tmpdir }}/src/themes/{{ theme }}"
|
||||
|
||||
- name: Create folder for theme
|
||||
file:
|
||||
state: directory
|
||||
|
|
Loading…
Reference in New Issue