fix: ensure correct jvm java_home is set

This commit is contained in:
Guido Grazioli 2022-04-28 11:33:23 +02:00
commit e3bb10d901
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
9 changed files with 24 additions and 8 deletions

View file

@ -21,7 +21,8 @@ keycloak_rhsso_enable: "{{ True if rhsso_rhn_id is defined and rhn_username is d
keycloak_offline_install: False
### Install location and service settings
keycloak_jvm_package: java-1.8.0-openjdk-devel
keycloak_jvm_package: java-1.8.0-openjdk-headless
keycloak_java_home:
keycloak_dest: /opt/keycloak
keycloak_jboss_home: "{{ keycloak_rhsso_installdir if keycloak_rhsso_enable else keycloak_installdir }}"
keycloak_config_dir: "{{ keycloak_jboss_home }}/standalone/configuration"