Skip to content

Commit cf18407

Browse files
committed
molecule: changes to dbfs for new dbfs-ol9 szenario
1 parent 97e1662 commit cf18407

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- "molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469)"

extensions/molecule/dbfs/converge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
oracle_sw_copy: false
3636
is_sw_source_local: true
3737
oracle_stage_remote: /vagrant
38+
apply_patches_db: false
39+
patch_before_rootsh: false
3840

3941
- name: Converge sql_zauberkastern
4042
ansible.builtin.import_playbook: opitzconsulting.ansible_oracle.sql_zauberkastern

extensions/molecule/dbfs/side_effect.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
is_sw_source_local: true
77
oracle_sw_copy: true
88
oracle_sw_unpack: true
9-
db_homes_installed:
10-
- home: db19-si-ee
11-
state: present
12-
apply_patches: true
9+
apply_patches_db: true
10+
1311

1412
- name: Side-Effect - DB-Patching 19.20
1513
ansible.builtin.import_playbook: opitzconsulting.ansible_oracle.opatch

extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ oracle_sw_patches:
3838
db_homes_installed:
3939
- home: db19-si-ee
4040
state: present
41-
apply_patches: true # patching is done in side-effect.yml!
41+
apply_patches: "{{ apply_patches_db }}" # patching is done in side-effect.yml!
4242

4343
db_homes_config:
4444
db19-si-ee:

0 commit comments

Comments
 (0)