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 b7721d8 commit b3fde9cCopy full SHA for b3fde9c
roles/oradb_tzupgrade/tasks/cdb.yml
@@ -32,7 +32,7 @@
32
become_user: "{{ oracle_user }}"
33
become: true
34
register: pdbs_info
35
-
+
36
- name: cdb | Set facts for pdbs_info
37
ansible.builtin.set_fact:
38
_oradb_tzupgrade_candidate_pdbs: "{{ pdbs_info.state.ROW | map(attribute='PDB_LIST') | list | join(' ') }}"
0 commit comments