Skip to content

Commit

Permalink
Syntax with opatch filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacedba committed Sep 27, 2024
1 parent 0167235 commit a1578b9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ansible/roles/oracle-19c/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
#artefacts_s3_bucket_name: mod-platform-image-artefact-bucket20230203091453221500000001
#artefacts_s3_bucket_path: hmpps/oracle-19c-software
artefacts_s3_bucket_name: oasys-production20230403093924372800000001
artefacts_s3_bucket_path: licence
artefacts_s3_bucket_name: mod-platform-image-artefact-bucket20230203091453221500000001
artefacts_s3_bucket_path: hmpps/oracle-19c-software
artefact_dir: /u02
app_dir: /u01/app
oracle_install_user: oracle
Expand Down Expand Up @@ -96,7 +94,8 @@ 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.zip"
opatch_zip: "p6880880_190000_Linux-x86-64-12.2.0.1.43.zip"
oracle_version: "{{ oracle_patch.patch_string.split('.')[:3] | join('.') }}"

0 comments on commit a1578b9

Please sign in to comment.