From 9af98e7ebe70fe7b15eefdd5c9731d0c47bb671a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 9 Oct 2017 16:36:03 +0200 Subject: [PATCH] ES/head: use https to clone the repository --- elasticsearch/tasks/plugin_head.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/tasks/plugin_head.yml b/elasticsearch/tasks/plugin_head.yml index c309f185..2c4fd264 100644 --- a/elasticsearch/tasks/plugin_head.yml +++ b/elasticsearch/tasks/plugin_head.yml @@ -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: