system: "{{ distronode_system|lower }}"
suffix: "{{ '.exe' if system == 'win32nt' else '' }}"
filename: "helloworld_{{ system }}_{{ distronode_architecture }}{{ suffix }}"
