From 2508c4ec3dcc439438eade407baccb1869f12b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Thu, 23 Jun 2022 21:58:12 -0400 Subject: [PATCH] Revert "vcenter: give 3 extra minutes to the ESXi to be ready (#1576)" This reverts commit 4c1bcacc746dd4efc4e0b427a210616370b1f15a. The change breaks deployment with 2 ESXi. --- .../ansible-cloud/vcenter-appliance/files/bootstrap.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/ansible-cloud/vcenter-appliance/files/bootstrap.yaml b/playbooks/ansible-cloud/vcenter-appliance/files/bootstrap.yaml index 017e16dff..702383051 100644 --- a/playbooks/ansible-cloud/vcenter-appliance/files/bootstrap.yaml +++ b/playbooks/ansible-cloud/vcenter-appliance/files/bootstrap.yaml @@ -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: