Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
1 parent 3165e68 commit af72dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Create CSV List of Database Parameters
set_fact:
parameter_csv: "{{ database_parameters | dictsort | map(attribute='0') | map('regex_replace', '^(.*)$', \"'\\1'\") | join(',') + \",'sga_max_size','control_file_record_keep_time'\" }}"

- name: Get List of Current Database Parameter Values
script: get_parameter_values.sh {{ database_sid }} "{{ parameter_csv }}"
register: current_parameter_values
Expand Down

0 comments on commit af72dcc

Please sign in to comment.