diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index a3236794f03a99d92af00ef4e22a188f7e98cfb1..966c555d54a29e1a7d1f0030fd1d78ff5931d549 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