From be9d21315434716552c729eadd3269d2f9832fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Thu, 23 Jun 2022 22:06:32 -0400 Subject: [PATCH] Revert "vcenter: give 3 extra minutes to the ESXi to be ready (#1576)" (#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. --- .../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: