Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-playbook
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Maruyama Takayuki
gitlab-playbook
Commits
befdb8f6
Commit
befdb8f6
authored
Mar 07, 2016
by
Maruyama Takayuki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roles/go: partial fix for ansible/ansible-modules-core issue 2936
parent
ddc8fa39
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
roles/go/tasks/main.yml
+14
-5
No files found.
roles/go/tasks/main.yml
View file @
befdb8f6
---
-
name
:
download and extract
unarchive
:
src
:
https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
dest
:
/usr/local
copy
:
no
#- name: download and extract
# unarchive:
# src: https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
# dest: /usr/local
# copy: no
-
name
:
download
get_url
:
url
:
https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
dest
:
/tmp/go.tar.gz
-
name
:
extract
command
:
/bin/tar xvf /tmp/go.tar.gz -C /usr/local
become
:
yes
-
name
:
make symlink go
file
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment