fix wrong path in include install_host.yml in etcd role (#5256)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e01118d36d
commit
932935ecc7
@ -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:
|
||||
|
Reference in New Issue
Block a user