Skip to content

Commit a6e3ed2

Browse files
committed
Fix for incorrect 'remote stage location'
1 parent 1d0bbfb commit a6e3ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oraswdb-install/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
- oradbswunpack
104104

105105
- name: Extract files to stage-area (from remote location)
106-
unarchive: src={{ oracle_stage }}/{{ item[0].filename }} dest={{ oracle_stage }}/{{ item[0].version }} copy=no
106+
unarchive: src={{ oracle_stage_remote }}/{{ item[0].filename }} dest={{ oracle_stage }}/{{ item[0].version }} copy=no
107107
with_nested:
108108
- oracle_sw_image_db
109109
- oracle_databases

0 commit comments

Comments
 (0)