diff --git a/roles/polarion/tasks/main.yml b/roles/polarion/tasks/main.yml index a82d365002..d097e6fd0f 100644 --- a/roles/polarion/tasks/main.yml +++ b/roles/polarion/tasks/main.yml @@ -131,7 +131,7 @@ --testrun-title={{ cifmw_polarion_testrun_title }}-{{ loop_idx }} --xml-file={{ item.path }} --update_testcases={{ cifmw_polarion_update_testcases | default(false) }} - --custom-fields {{ _custom_fields_string }} + --custom-fields {{ _custom_fields_string | quote }} {{ cifmw_polarion_jump_extra_vars | default ('') }} loop: "{{ merged_xml_files.files }}" loop_control: