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
c2ccf924
Commit
c2ccf924
authored
Mar 04, 2016
by
Maruyama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roles/git: add install dependencies task
parent
12eeb09d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
roles/git/tasks/main.yml
+6
-0
No files found.
roles/git/tasks/main.yml
View file @
c2ccf924
---
-
name
:
install dependencies
yum
:
name
:
[
"
curl-devel"
,
"
expat-devel"
,
"
gettext-devel"
,
"
openssl-devel"
,
"
zlib-devel"
,
"
perl-ExtUtils-MakeMaker"
]
state
:
present
become
:
yes
-
name
:
download and unarchive git-2.4.3
unarchive
:
src
:
https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz
...
...
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