Skip to content

Commit

Permalink
oraswdb_install: fixed wrong creates in curl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jul 13, 2023
1 parent 1f3cd94 commit fbc6d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/curl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "oraswdb_install: fixed wrong creates in curl.yml (oravirt#354)"
2 changes: 1 addition & 1 deletion roles/oraswdb_install/tasks/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
- not is_sw_source_local
- oracle_sw_copy
args:
creates: "{{ oracle_stage }}/{{ db_homes_config[dbh.home].imagename | default(item[0].filename) }}"
creates: "{{ oracle_stage }}/{{ db_homes_config[item[1].home].imagename | default(item[0].filename) }}"
tags:
- oradbsw

0 comments on commit fbc6d7e

Please sign in to comment.