We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8cb51 commit 30fa983Copy full SHA for 30fa983
changelogs/fragments/create_omf_database.yml
@@ -1,3 +1,3 @@
1
---
2
minor_changes:
3
- - create OMF enabled databases using dbca's -useOMF flag
+ - "manage_pdb: Enter nested loop only when oracle_pdbs has an entry"
roles/oradb_manage_pdb/tasks/main.yml
@@ -27,7 +27,7 @@
27
environment: "{{ _oracle_env }}"
28
with_nested:
29
- "{{ oracle_databases }}"
30
- - "{{ oracle_pdbs }}"
+ - "{{ oracle_pdbs | default([]) }}"
31
become: true
32
become_user: "{{ oracle_user }}"
33
loop_control:
0 commit comments