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

Get file from http not git

parent 294cfd0e
Branches
Tags v1.1.1
No related merge requests found
......@@ -157,8 +157,8 @@
notify: restart keycloak
- name: Install custom keycloak deployments
git:
get_url:
dest: "{{ keycloak_jboss_home }}/deployments/{{ item.name }}"
repo: "{{ item.url }}"
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