mirror of https://github.com/Aidaho12/haproxy-wi
6 lines
119 B
YAML
6 lines
119 B
YAML
![]() |
---
|
||
|
go_arch_map:
|
||
|
x86_64: "amd64"
|
||
|
|
||
|
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
|