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 }}'