ITPLT-4019 renaming var

This commit is contained in:
Geoff Jacobs
2024-09-02 08:37:04 +10:00
parent 90a394c302
commit e9684abc52
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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