Skip to content
Snippets Groups Projects
Verified Commit 6fdf7145 authored by David Mehren's avatar David Mehren
Browse files

Fix provider file mode

parent 12ca9eb4
No related branches found
No related tags found
No related merge requests found
Pipeline #93515 passed
......@@ -121,7 +121,7 @@
dest: "{{ keycloak_jboss_home }}/providers/{{ item.name }}"
url: "{{ item.url }}"
force: true
mode: 644
mode: 0644
with_items: "{{ keycloak_custom_deployments }}"
notify:
- build keycloak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment