You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/binary_modules/group_vars/all

4 lines
166 B
Plaintext

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