Skip to content

Commit 6d7de3c

Browse files
bartowlBartOpitz
authored andcommitted
bugfix: gold image copy path
1 parent af3b353 commit 6d7de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/oraswdb-install/tasks/install-home-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- block: # noqa unnamed-task
4747
- name: install-home-db | Extract files
4848
unarchive:
49-
src={{ oracle_stage }}/{{ oracle_sw_source_local }}/{{ db_homes_config[dbh.home].imagename | default(item[0].filename) }}
49+
src={{ oracle_stage }}/{{ db_homes_config[dbh.home].imagename | default(item[0].filename) }}
5050
dest={{ oracle_home_db }}
5151
copy=no
5252
creates="{{ oracle_home_db }}/{{ item[0].creates }}"

0 commit comments

Comments
 (0)