role-golang/vars/main.yml

8 lines
170 B
YAML
Raw Normal View History

2022-12-11 14:52:27 +00:00
---
golang_go_arch_map:
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
golang_arch: "{{ golang_go_arch_map[ansible_architecture] | default(ansible_architecture) }}"