6dabffe402
The old role will be kept and include ensure-go for backwards-compatability. Change-Id: I4e6345563817057a6c47c124b9ec8b0c62b057d6
18 lines
289 B
ReStructuredText
18 lines
289 B
ReStructuredText
Install go
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: go_install_dir
|
|
:default: /usr/local/
|
|
|
|
Directory to install go in.
|
|
|
|
.. zuul:rolevar:: go_version
|
|
:default: 1.13
|
|
|
|
.. zuul:rolevar:: go_os
|
|
:default: {{ ansible_system | lower }}
|
|
|
|
.. zuul:rolevar:: go_arch
|
|
:default: amd64 / 386
|