Skip to content

Commit b3fde9c

Browse files
talekRendanic
authored andcommitted
Fix trailing spaces
1 parent b7721d8 commit b3fde9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/oradb_tzupgrade/tasks/cdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
become_user: "{{ oracle_user }}"
3333
become: true
3434
register: pdbs_info
35-
35+
3636
- name: cdb | Set facts for pdbs_info
3737
ansible.builtin.set_fact:
3838
_oradb_tzupgrade_candidate_pdbs: "{{ pdbs_info.state.ROW | map(attribute='PDB_LIST') | list | join(' ') }}"

0 commit comments

Comments
 (0)