I found the solution. The solution is to quote the whole stringvalue of variables as one variable:
the template_src: "{{ path_to_vm_directory }}/{{ name_of_vm_to_reset }}/{{ name_of_vm_to_reset }}.qcow2{{ vdisk_template_filename_suffix }}" key as one string value:
template_src: "{{ path_to_vm_directory }}/{{ name_of_vm_to_reset }}/{{ name_of_vm_to_reset }}.qcow2{{ vdisk_template_filename_suffix }}"