Skip to content
Snippets Groups Projects
Commit 932935ec authored by Sergey's avatar Sergey Committed by Kubernetes Prow Robot
Browse files

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

parent e01118d3
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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