mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-4019 renaming var
This commit is contained in:
@@ -5,7 +5,7 @@ postgres_version: "9.6"
|
||||
# Disable these when using the product installer, otherwise we end up
|
||||
# fighting with it.
|
||||
atl_use_system_jdk: false
|
||||
atl_use_system_jdk_flavor: "temurin" # amazon linux 2023 also supports "corretto"
|
||||
atl_system_jdk_vendor: "temurin" # amazon linux 2023 also supports "corretto"
|
||||
|
||||
# Ubuntu and Ansible use different architecture nomenclature; provide
|
||||
# an easy method for translating between them
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
when:
|
||||
- atl_use_system_jdk | bool
|
||||
- atl_use_system_jdk_flavor == "temurin"
|
||||
- atl_system_jdk_vendor == "temurin"
|
||||
tags:
|
||||
- runtime_pkg
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
priority: 99
|
||||
when:
|
||||
- atl_use_system_jdk | bool
|
||||
- atl_use_system_jdk_flavor == "corretto"
|
||||
- atl_system_jdk_vendor == "corretto"
|
||||
tags:
|
||||
- runtime_pkg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user