Skip to content

Commit

Permalink
oradb_manage_wallet: bugfix for broken oracle_wallet_password
Browse files Browse the repository at this point in the history
The wallet was statically set in role vars without using the oracle_wallet_password.

Make sure to set the password in oracle_wallet_password for existing wallets.
The password for wallet cannot be changed with this role.
  • Loading branch information
Rendanic committed Feb 5, 2024
1 parent 40fd7a8 commit 63c0553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/wallet2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "oradb_manage_wallet: bugfix for broken oracle_wallet_password (oravirt#406)"
3 changes: 2 additions & 1 deletion roles/oradb_manage_wallet/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
_oradb_manage_wallet_password: a123_pokl131K
_oradb_manage_wallet_password: >-
{{ oracle_wallet_password[owc.name] }}
_oradb_manage_wallet_dbpassword_loopvar: >-
{{ owc_dbc.1 | default(owc_d) }}
Expand Down

0 comments on commit 63c0553

Please sign in to comment.