DCD-1020: Move JRE home & binary location to group-vars.

This commit is contained in:
Steve Smith
2020-08-21 11:05:42 +10:00
parent 1d86a0ddb9
commit a912ac5044
3 changed files with 4 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ atl_product_installation_versioned: "{{ atl_product_installation_base }}/{{ atl_
atl_product_installation_current: "{{ atl_product_installation_base }}/current"
atl_installer_temp: "{{ atl_installation_base }}/tmp"
atl_jre_home: "{{ 'java' if atl_use_system_jdk else (atl_product_installation_current + '/jre') }}"
atl_java_binary: "{{ atl_jre_home }}/bin/java"
atl_product_logs_default: &logs_default
- path: "{{ atl_product_installation_current }}/logs/*"
type: product