Role golang: install dep util

This commit is contained in:
Julian Labus 2019-01-14 22:17:14 +01:00
parent 1354a483bd
commit 8670f113ff
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@
owner: root
group: root
mode: 0644
- name: build dep util
shell: "GOPATH={{ gopath }} go get -v -u github.com/golang/dep/cmd/dep"