From 2eb1dd1da8cd333066699cfc665b17d5abd68735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Thu, 26 Sep 2019 09:02:04 +0200 Subject: [PATCH] Make sure to get current file version --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 0aaf399..404546b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -160,5 +160,6 @@ get_url: dest: "{{ keycloak_jboss_home }}/standalone/deployments/{{ item.name }}" url: "{{ item.url }}" + force: yes with_items: "{{ keycloak_custom_deployments }}" notify: restart keycloak -- GitLab