DCD-1020: Use the major java version and let per-OS roles apply the approriate naming.

This commit is contained in:
Steve Smith
2020-08-21 13:02:21 +10:00
parent a912ac5044
commit b66d08b443
4 changed files with 5 additions and 4 deletions

View File

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