fix copy etcdctl retries (#10634)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/10621/head
ERIK 2023-11-28 17:52:03 +08:00 committed by GitHub
parent 94d3f65f09
commit 70bb19dd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- etcdutl
register: etcdxtl_install_result
until: etcdxtl_install_result.rc == 0
retries: "{{ etcd_retries }}"
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
changed_when: false
when: container_manager == "docker"