Skip to content

Commit

Permalink
move java installer for ohs/IHS
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Nov 22, 2023
1 parent d7ee1fc commit 80c867a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/ohs/vars/v12.1.3.0.200412.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ opatch_version: 13.9.4.2.6
opatch_folder: 6880880

# Full jdk is needed to update OPatch
java_zip_path: 'Java/jdk-8u251-linux-x64.tar.gz'
java_zip_path: 'WLS/jdk-8u251-linux-x64.tar.gz'
java_version_path: 'jdk1.8.0_251'
jdk_folder: "{{ ohs_home }}/oracle_common/jdk"

Expand Down
2 changes: 1 addition & 1 deletion roles/ohs/vars/v12.2.1.4.210324.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opatch_version: 13.9.4.2.6
opatch_folder: 6880880

# Full jdk is needed to update OPatch
java_zip_path: 'Java/jdk-8u251-linux-x64.tar.gz'
java_zip_path: 'WLS/jdk-8u251-linux-x64.tar.gz'
java_version_path: 'jdk1.8.0_251'
jdk_folder: "{{ ohs_home }}/oracle_common/jdk"

Expand Down
2 changes: 1 addition & 1 deletion roles/weblogic/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ weblogic_installer_path: WLS
# Local controller path relative to weblogic_installer_path OR relative path to download_url/weblogic_installer_path
weblogic_patch_path: Patches
# Local controller path OR relative path to download_url
java_zip_path: 'Java'
java_zip_path: 'WLS'

0 comments on commit 80c867a

Please sign in to comment.