-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 (#3073)
* unixPB aixPB winPB: Update boot JDKs to match current requirements Signed-off-by: Stewart X Addison <[email protected]> * Download JDK10 for windows from api.adoptopenjdk.net Signed-off-by: Stewart X Addison <[email protected]> * unixPB: Update role to pull JDKs from api.adoptium for current releases Signed-off-by: Stewart X Addison <[email protected]> * Use correct API for each JDK version Signed-off-by: Stewart X Addison <[email protected]> * variable expansions at start of expression must be quoted Signed-off-by: Stewart X Addison <[email protected]> * Fix OR conditional Signed-off-by: Stewart X Addison <[email protected]> * fix conditional Signed-off-by: Stewart X Addison <[email protected]> * syntax fixup Signed-off-by: Stewart X Addison <[email protected]> * Final fixups, plus inclusing JDK21 where possible Signed-off-by: Stewart X Addison <[email protected]> * Updates following linter failures Signed-off-by: Stewart X Addison <[email protected]> * Fixups - testing Signed-off-by: Stewart X Addison <[email protected]> * Fix AIX Signed-off-by: Stewart X Addison <[email protected]> * Sort Windows Signed-off-by: Stewart X Addison <[email protected]> * Solaris, riscv64 and CentO6 fixup Signed-off-by: Stewart X Addison <[email protected]> * 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 <[email protected]> Co-authored-by: Adam Farley <[email protected]>
- 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