2017-06-11 20:26:34 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Download and install go
|
|
|
|
unarchive: src=https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz dest=/usr/local copy=no
|
|
|
|
|
|
|
|
- name: Configure go
|
2018-01-10 16:35:20 +01:00
|
|
|
copy: src=go.sh dest=/etc/profile.d/go.sh
|