Skip to content

Commit f3a07f1

Browse files
authored
Merge pull request #92 from bartowl/bugfix/goldenimage
bugfix: gold image copy path
2 parents 924ec1c + 6d7de3c commit f3a07f1

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)