Skip to content

Commit ee35357

Browse files
committed
Defect fixed for callhome config
Signed-off-by: sujeet <[email protected]>
1 parent c9d237e commit ee35357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/callhome_configure/tasks/configure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
- name: configure| Setup the call home customer configuration
5656
shell:
57-
cmd: "{{ scale_command_path }}mmcallhome info change --customer-name {{ scale_callhome_params.customer_name }} --customer-id {{ scale_callhome_params.customer_id }} --email {{ scale_callhome_params.customer_email}} --country-code {{ scale_callhome_params.customer_country }}"
57+
cmd: "{{ scale_command_path }}mmcallhome info change --customer-name \"{{ scale_callhome_params.customer_name }}\" --customer-id {{ scale_callhome_params.customer_id }} --email {{ scale_callhome_params.customer_email}} --country-code {{ scale_callhome_params.customer_country }}"
5858
register: scale_callhome_customer_config
5959

6060
- debug:

0 commit comments

Comments
 (0)