mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -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
|
# Disable these when using the product installer, otherwise we end up
|
||||||
# fighting with it.
|
# fighting with it.
|
||||||
atl_use_system_jdk: false
|
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
|
# Ubuntu and Ansible use different architecture nomenclature; provide
|
||||||
# an easy method for translating between them
|
# an easy method for translating between them
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
when:
|
when:
|
||||||
- atl_use_system_jdk | bool
|
- atl_use_system_jdk | bool
|
||||||
- atl_use_system_jdk_flavor == "temurin"
|
- atl_system_jdk_vendor == "temurin"
|
||||||
tags:
|
tags:
|
||||||
- runtime_pkg
|
- runtime_pkg
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
priority: 99
|
priority: 99
|
||||||
when:
|
when:
|
||||||
- atl_use_system_jdk | bool
|
- atl_use_system_jdk | bool
|
||||||
- atl_use_system_jdk_flavor == "corretto"
|
- atl_system_jdk_vendor == "corretto"
|
||||||
tags:
|
tags:
|
||||||
- runtime_pkg
|
- runtime_pkg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user