Browse Source

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

pull/5263/head
Sergey 5 years ago
committed by Kubernetes Prow Robot
parent
commit
932935ecc7
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/etcd/tasks/main.yml

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

Loading…
Cancel
Save