From 932935ecc7cb23d9ad2b726d94d424f1199a79c6 Mon Sep 17 00:00:00 2001
From: Sergey <s.bondarev@southbridge.ru>
Date: Mon, 14 Oct 2019 04:16:34 +0300
Subject: [PATCH] fix wrong path in include install_host.yml in etcd role
 (#5256)

---
 roles/etcd/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index 873263fdf..07f27138e 100644
--- a/roles/etcd/tasks/main.yml
+++ b/roles/etcd/tasks/main.yml
@@ -81,7 +81,7 @@
   when: is_etcd_master
 
 - name: Install etcdctl binary from etcd role
-  include_tasks: "{{ role_path }}/../../etcd/tasks/install_host.yml"
+  include_tasks: install_host.yml
   vars:
     etcd_cluster_setup: true
   when:
-- 
GitLab