diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml index a3236794f..966c555d5 100644 --- a/roles/etcd/tasks/main.yml +++ b/roles/etcd/tasks/main.yml @@ -64,10 +64,3 @@ # state instead of `new`. - include_tasks: refresh_config.yml when: is_etcd_master - -- name: Install etcdctl binary from etcd role - include_tasks: install_host.yml - vars: - etcd_cluster_setup: true - when: - - etcd_kubeadm_enabled