From f9bea9fc0f0e5f3d5a85eeca6681f84951872b46 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Tue, 19 Nov 2024 20:43:29 -0600 Subject: [PATCH] modified: roles/crc/tasks/main.yml --- roles/crc/tasks/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/crc/tasks/main.yml b/roles/crc/tasks/main.yml index 04355af..a7bacd3 100644 --- a/roles/crc/tasks/main.yml +++ b/roles/crc/tasks/main.yml @@ -119,12 +119,12 @@ provider: selfsigned mode: "0644" -- name: Wait for cluster operators to be ready - ansible.builtin.uri: - url: "http://localhost:8443/api/v1/clusteroperators" - status_code: 200 - until: "'Ready' in {{ lookup('url', uri).status.phase | join(', ') }}" - retries: 10 +# - name: Wait for cluster operators to be ready +# ansible.builtin.uri: +# url: "http://localhost:8443/api/v1/clusteroperators" +# status_code: 200 +# until: "'Ready' in {{ lookup('url', uri).status.phase | join(', ') }}" +# retries: 10 - name: Patch route ansible.builtin.command: