File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
roles/orasw_meta_internal Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments