Skip to content
Snippets Groups Projects
Commit 9d2ddfc7 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Correct destination path

parent 3a2e2de3
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@
- name: Install custom keycloak deployments
get_url:
dest: "{{ keycloak_jboss_home }}/deployments/{{ item.name }}"
dest: "{{ keycloak_jboss_home }}/standalone/deployments/{{ item.name }}"
url: "{{ item.url }}"
with_items: "{{ keycloak_custom_deployments }}"
notify: restart keycloak
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment