ES/head: use https to clone the repository

This commit is contained in:
Jérémy Lecour 2017-10-09 16:36:03 +02:00 committed by Jérémy Lecour
parent ae745d89ff
commit 9af98e7ebe

View file

@ -11,7 +11,7 @@
- block:
- name: Head repository is checked-out
git:
repo: "git://github.com/mobz/elasticsearch-head.git"
repo: "https://github.com/mobz/elasticsearch-head.git"
dest: "{{ elasticsearch_plugin_head_clone_dir }}"
clone: yes
tags: