mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 01:29:42 +03:00
Install etcdutl file by default (#10385)
This commit is contained in:
@@ -20,16 +20,7 @@
|
||||
- etcd_events_cluster_setup
|
||||
- etcd_version.lstrip('v') not in etcd_current_host_version.stdout | default('')
|
||||
|
||||
- name: Install | Download etcd and etcdctl
|
||||
include_tasks: "../../download/tasks/download_file.yml"
|
||||
vars:
|
||||
download: "{{ download_defaults | combine(downloads.etcd) }}"
|
||||
when: etcd_cluster_setup
|
||||
tags:
|
||||
- never
|
||||
- etcd
|
||||
|
||||
- name: Install | Copy etcd and etcdctl binary from download dir
|
||||
- name: Install | Copy etcd binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/etcd-{{ etcd_version }}-linux-{{ host_architecture }}/{{ item }}"
|
||||
dest: "{{ bin_dir }}/{{ item }}"
|
||||
@@ -37,5 +28,4 @@
|
||||
remote_src: yes
|
||||
with_items:
|
||||
- etcd
|
||||
- etcdctl
|
||||
when: etcd_cluster_setup
|
||||
|
||||
Reference in New Issue
Block a user