File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
shared_config/inventory/group_vars/all Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ minor_changes :
3+ - " molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469)"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ oracle_sw_patches:
3838db_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
4343db_homes_config :
4444 db19-si-ee :
You can’t perform that action at this time.
0 commit comments