From ee35357d4aabbe5ecf932db01f924fb686d05972 Mon Sep 17 00:00:00 2001 From: sujeet Date: Tue, 7 Jan 2025 09:57:56 +0100 Subject: [PATCH] Defect fixed for callhome config Signed-off-by: sujeet --- roles/callhome_configure/tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/callhome_configure/tasks/configure.yml b/roles/callhome_configure/tasks/configure.yml index 14274003..c87df6f1 100755 --- a/roles/callhome_configure/tasks/configure.yml +++ b/roles/callhome_configure/tasks/configure.yml @@ -54,7 +54,7 @@ - name: configure| Setup the call home customer configuration shell: - 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 }}" + 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 }}" register: scale_callhome_customer_config - debug: