forked from adoptium/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update installed JDKs to match current boot JDK requirements (adoptiu…
…m#3073) * unixPB aixPB winPB: Update boot JDKs to match current requirements Signed-off-by: Stewart X Addison <sxa@redhat.com> * Download JDK10 for windows from api.adoptopenjdk.net Signed-off-by: Stewart X Addison <sxa@redhat.com> * unixPB: Update role to pull JDKs from api.adoptium for current releases Signed-off-by: Stewart X Addison <sxa@redhat.com> * Use correct API for each JDK version Signed-off-by: Stewart X Addison <sxa@redhat.com> * variable expansions at start of expression must be quoted Signed-off-by: Stewart X Addison <sxa@redhat.com> * Fix OR conditional Signed-off-by: Stewart X Addison <sxa@redhat.com> * fix conditional Signed-off-by: Stewart X Addison <sxa@redhat.com> * syntax fixup Signed-off-by: Stewart X Addison <sxa@redhat.com> * Final fixups, plus inclusing JDK21 where possible Signed-off-by: Stewart X Addison <sxa@redhat.com> * Updates following linter failures Signed-off-by: Stewart X Addison <sxa@redhat.com> * Fixups - testing Signed-off-by: Stewart X Addison <sxa@redhat.com> * Fix AIX Signed-off-by: Stewart X Addison <sxa@redhat.com> * Sort Windows Signed-off-by: Stewart X Addison <sxa@redhat.com> * Solaris, riscv64 and CentO6 fixup Signed-off-by: Stewart X Addison <sxa@redhat.com> * Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks/main.yml Removing double space * Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks/main.yml Lining up comment hashes. * Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks/main.yml Lining up comment hashes. --------- Signed-off-by: Stewart X Addison <sxa@redhat.com> Co-authored-by: Adam Farley <adfarley@redhat.com>
- Loading branch information
1 parent
5163c57
commit 86510da
Showing
6 changed files
with
96 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
- '11' | ||
- '16' | ||
- '17' | ||
- '21' | ||
|
||
- name: Set /usr/java8_64 as default | ||
file: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters