mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1020: Use the major java version and let per-OS roles apply the approriate naming.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: Install JDK if necessary on Amazon Linux
|
||||
yum:
|
||||
name:
|
||||
- java-{{ java_version }}-openjdk-devel
|
||||
- java-1.{{ java_major_version }}.0-openjdk-devel
|
||||
when: atl_use_system_jdk
|
||||
|
||||
- name: Install other base packages on Amazon Linux
|
||||
|
||||
Reference in New Issue
Block a user