fix wrong path in include install_host.yml in etcd role (#5256)

This commit is contained in:
Sergey 2019-10-14 04:16:34 +03:00 committed by Kubernetes Prow Robot
parent e01118d36d
commit 932935ecc7

View file

@ -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: