Skip to content

Commit b4591be

Browse files
committed
oradb_manage_wallet: bugfix for broken oracle_wallet_password
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.
1 parent 0b18b60 commit b4591be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelogs/fragments/wallet2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "oradb_manage_wallet: bugfix for broken oracle_wallet_password (oravirt#406)"

roles/oradb_manage_wallet/vars/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
_oradb_manage_wallet_password: a123_pokl131K
2+
_oradb_manage_wallet_password: >-
3+
{{ oracle_wallet_password[owc.name] }}
34
45
_oradb_manage_wallet_dbpassword_loopvar: >-
56
{{ owc_dbc.1 | default(owc_d) }}

0 commit comments

Comments
 (0)