Commit c2ccf924 by Maruyama

roles/git: add install dependencies task

parent 12eeb09d
---
- 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment