Skip to content

Commit

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

This reverts commit 4c1bcac.

The change breaks deployment with 2 ESXi.
  • Loading branch information
goneri committed Jun 24, 2022
1 parent 930b3b4 commit 2508c4e
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 2508c4e

Please sign in to comment.