Skip to content
Snippets Groups Projects
Commit a7f65338 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add git

git is not required by bitbucket.pex but if we use it, we probably need
git on the machine.
It ensures git is installed on jenkins slaves.
parent ecff1d42
No related branches found
No related tags found
No related merge requests found
---
- name: install git
yum:
name: git
state: present
- name: download bitbucket.pex
get_url:
url: "{{ bitbucket_pex_url }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment