Skip to content

Commit

Permalink
Revert "vcenter: give 3 extra minutes to the ESXi to be ready (#1576)" (
Browse files Browse the repository at this point in the history
#1579)

Revert "vcenter: give 3 extra minutes to the ESXi to be ready (#1576)"

This reverts commit 4c1bcac.
The change breaks deployment with 2 ESXi.
  • Loading branch information
goneri authored Jun 24, 2022
1 parent 930b3b4 commit be9d213
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
shell: "ssh-keyscan -v {{hostvars[item].ansible_host }} >> ~/.ssh/known_hosts"
with_inventory_hostnames: appliance
delegate_to: localhost
retries: 3
delay: 60
register: result
until: result.rc == 0

- name: Setup zuul user (RSA)
authorized_key:
Expand Down

0 comments on commit be9d213

Please sign in to comment.