fix: ensure correct jvm java_home is set

This commit is contained in:
Guido Grazioli
2022-04-28 11:33:23 +02:00
parent 7028b068b6
commit e3bb10d901
9 changed files with 24 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
dest: "{{ patch_archive }}"
owner: "{{ keycloak_service_user }}"
group: "{{ keycloak_service_group }}"
mode: 0750
mode: 0640
register: new_version_downloaded
when:
- not patch_archive_path.stat.exists