Skip to content

Commit

Permalink
Merge pull request #1067 from ministryofjustice/DBA-781
Browse files Browse the repository at this point in the history
Replace hyphen with dot
  • Loading branch information
ranbeersingh1 authored Oct 22, 2024
2 parents 75f2074 + 7bd3dd9 commit 58479a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/oracle-19c/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ oracle_patch_details:

oracle_ru_patch: JUL2024 # override this in group_vars when rolling out a new patch
oracle_patch: "{{ oracle_patch_details[ oracle_ru_patch ] }}"
opatch: "p6880880_190000_Linux-x86-64-{{ oracle_patch.opatch_version }}.zip"
opatch: "p6880880_190000_Linux-x86-64.{{ oracle_patch.opatch_version }}.zip"
#opatch: "p6880880_190000_Linux-x86-64.zip"
#opatch_zip: "p6880880_190000_Linux-x86-64.zip"
opatch_zip: "p6880880_190000_Linux-x86-64-12.2.0.1.43.zip"
Expand Down

0 comments on commit 58479a5

Please sign in to comment.