summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/binary_modules/group_vars/all
blob: 1d3ff5e4a823b311345f4c9f0605ef92432b191e (plain)
1
2
3
system: "{{ ansible_system|lower }}"
suffix: "{{ '.exe' if system == 'win32nt' else '' }}"
filename: "helloworld_{{ system }}_{{ ansible_architecture }}{{ suffix }}"