From f0793bc9f46130736a9a21d3c384c076457af314 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 29 Aug 2024 13:42:12 -0600 Subject: [PATCH] try not waiting for sync --- openshift/hub/registries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/hub/registries.yml b/openshift/hub/registries.yml index 208969aa..40a9ecda 100644 --- a/openshift/hub/registries.yml +++ b/openshift/hub/registries.yml @@ -27,7 +27,7 @@ - name: Index AH registries infra.ah_configuration.ah_ee_registry_index: name: "{{ item.name }}" - wait: true + wait: false timeout: 300 ah_host: "{{ automation_hub_url }}" ah_username: 'admin'