Skip to content

Commit 15c0b8e

Browse files
bartowlRendanic
authored andcommitted
fragments/docs
1 parent 9eda7e7 commit 15c0b8e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelogs/fragments/fix_loops.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
bugfixes:
3+
- "oradb_facts: Loop gathered facts only for first database from oracle_databases (oravirt#416)"
4+
- "oradb_facts: Prevent re-using results from previous loop run when ignore_errors set to true (oravirt#416)"
5+
- "oradb_manage_redo: Loop processed only first database from oracle_databases (oravirt#416)"
6+
- "oradb_manage_statspack: Loops processed only first database/pdb from oracle_databases/oracle_pdbs (oravirt#416)"
7+
- "oradb_rman: Loops processed only first database from oracle_databases (oravirt#416)"
8+
- "orasw_meta_internal: replaced all odb[0]/opdb[0] with _odb_loop_helper/_opdb_loop_helper (oravirt#416)"
9+
- "global: removed redundant flatten(levels=1) filter on oracle_database/oracle_pdbs (oravirt#416)"
10+
- "global: replaced `match` filter fith `equalto` to prevent partial matches where not wanted (oravirt#416)"

roles/orasw_meta_internal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ _odb_loop_helper: _internal_used_
183183
#### Default value
184184

185185
```YAML
186-
_opdb_home: "{{ (oracle_databases | selectattr('oracle_db_name', 'match', opdb[0]['cdb']))[0]['home']
186+
_opdb_home: "{{ (oracle_databases | selectattr('oracle_db_name', 'equalto', _opdb_loop_helper['cdb']))[0]['home']
187187
}}"
188188
```
189189

0 commit comments

Comments
 (0)