ansible-minio/vars/main.yml

10 lines
187 B
YAML
Raw Normal View History

2017-01-02 17:52:58 +01:00
---
2018-06-25 15:36:37 +02:00
go_arch_map:
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'arm'
armv6l: 'arm6vl'
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"