6dabffe402
The old role will be kept and include ensure-go for backwards-compatability. Change-Id: I4e6345563817057a6c47c124b9ec8b0c62b057d6
5 lines
147 B
YAML
5 lines
147 B
YAML
go_version: "1.13.5"
|
|
go_os: "{{ ansible_system | lower }}"
|
|
go_arch: "{{ go_arch_translation[ansible_architecture] }}"
|
|
go_install_dir: "/usr/local"
|