File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ minor_changes :
3+ - " oraapex: Added missing option to copy source from remote or local host (oravirt#512)"
Original file line number Diff line number Diff line change 3939 ansible.builtin.unarchive :
4040 src : " {{ oracle_sw_source_local }}/{{ _oraapex_archive }}"
4141 dest : " {{ _oraapex_homedir }}"
42- copy : true
42+ remote_src : " {{ not is_sw_source_local | bool }} "
4343 creates : " {{ _oraapex_homedir }}/META-INF"
4444
4545 - name : loop_databases | install APEX in PDB
Original file line number Diff line number Diff line change 4747 ansible.builtin.unarchive :
4848 src : " {{ oracle_sw_source_local }}/{{ _oraapex_patch_archive }}"
4949 dest : " {{ _oraapex_homedir }}"
50- copy : true
50+ remote_src : " {{ not is_sw_source_local | bool }} "
5151 include : >-
5252 {{ apex_loop.apex_patchid }}/README.txt
5353
9090 ansible.builtin.unarchive :
9191 src : " {{ oracle_sw_source_local }}/{{ _oraapex_patch_archive }}"
9292 dest : " {{ _oraapex_homedir }}"
93- copy : true
93+ remote_src : " {{ not is_sw_source_local | bool }} "
9494 creates : " {{ _oraapex_homedir }}/{{ apex_loop.apex_patchid }}/catpatch.sql"
9595
9696 - name : loop_databases_patching | copy APEX Patch into APEX installation
You can’t perform that action at this time.
0 commit comments