Skip to content
Snippets Groups Projects
Unverified Commit aa086e54 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Remove dead code from kubeadm-etcd (#7470)

parent cce0940e
No related branches found
No related tags found
No related merge requests found
...@@ -12,20 +12,6 @@ ...@@ -12,20 +12,6 @@
tags: tags:
- network - network
- name: Ensure etcdctl binary is installed
include_tasks: "{{ role_path }}/../../etcd/tasks/install_host.yml"
vars:
etcd_cluster_setup: true
when: etcd_deployment_type == "host" and not etcd_kubeadm_enabled
- name: Ensure etcdctl binary is installed
include_tasks: "{{ role_path }}/../../etcd/tasks/install_etcdctl_docker.yml"
vars:
etcd_cluster_setup: true
etcd_retries: 4
when:
- etcd_deployment_type == "docker" and not etcd_kubeadm_enabled
- name: Ensure etcdctl script is installed - name: Ensure etcdctl script is installed
import_role: import_role:
name: etcdctl name: etcdctl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment