From c9ec522956dd67941b06b1dbbc859d271b9c7443 Mon Sep 17 00:00:00 2001 From: Martin Adler Date: Mon, 5 Jul 2021 11:12:34 +0200 Subject: [PATCH] added openshift api version --- roles/installer/tasks/update_status.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/installer/tasks/update_status.yml b/roles/installer/tasks/update_status.yml index bb0a2d3f..fd6f3cdc 100644 --- a/roles/installer/tasks/update_status.yml +++ b/roles/installer/tasks/update_status.yml @@ -75,6 +75,7 @@ - block: - name: Retrieve route URL k8s_info: + api_version: 'route.openshift.io/v1' kind: Route namespace: '{{ meta.namespace }}' name: '{{ meta.name }}'