Skip to content

Commit

Permalink
fix copy etcdctl retries
Browse files Browse the repository at this point in the history
Signed-off-by: bo.jiang <[email protected]>
  • Loading branch information
ErikJiang committed Nov 27, 2023
1 parent d583d33 commit 20b7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/etcdctl_etcdutl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20b7575

Please sign in to comment.