fix wrong path in include install_host.yml in etcd role (#5256)
This commit is contained in:
parent
e01118d36d
commit
932935ecc7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
when: is_etcd_master
|
when: is_etcd_master
|
||||||
|
|
||||||
- name: Install etcdctl binary from etcd role
|
- name: Install etcdctl binary from etcd role
|
||||||
include_tasks: "{{ role_path }}/../../etcd/tasks/install_host.yml"
|
include_tasks: install_host.yml
|
||||||
vars:
|
vars:
|
||||||
etcd_cluster_setup: true
|
etcd_cluster_setup: true
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue