Install etcdutl file by default (#10385)

This commit is contained in:
Samuel Liu
2023-08-23 22:04:22 +08:00
committed by GitHub
parent 5ed85094c2
commit e1881fae02
8 changed files with 68 additions and 99 deletions

View File

@@ -53,6 +53,17 @@
- master
- network
- name: Install etcdctl and etcdutl binary
import_role:
name: etcdctl_etcdutl
tags:
- etcdctl
- etcdutl
- upgrade
when:
- inventory_hostname in groups['etcd']
- etcd_cluster_setup
- name: Install etcd
include_tasks: "install_{{ etcd_deployment_type }}.yml"
when: is_etcd_master