We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d237e commit 8d78004Copy full SHA for 8d78004
roles/callhome_configure/tasks/configure.yml
@@ -54,7 +54,7 @@
54
55
- name: configure| Setup the call home customer configuration
56
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 }}"
+ 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 }}"
58
register: scale_callhome_customer_config
59
60
- debug:
0 commit comments