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 ff92eb3 commit 33cd1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/wallet.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
bugfixes:
- "oradb_manage_wallet: bugfix for broken Remove DB-Credentials ()"
- "oradb_manage_wallet: bugfix for broken oracle_wallet_password ()"
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 33cd1ab

Please sign in to comment.