From ed3f6585236aab16d1d9b286b43e6fd5d653d6c4 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 29 Aug 2022 11:09:10 +0100 Subject: [PATCH] communishift: Update variable cluster hostname Signed-off-by: David Kirwan Signed-off-by: Lenka Segura Signed-off-by: Patrik Polakovic --- .../tasks/deploy-communishift-authorization-operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/communishift/tasks/deploy-communishift-authorization-operator.yml b/roles/communishift/tasks/deploy-communishift-authorization-operator.yml index df8e33bbdc..080fbbd72f 100644 --- a/roles/communishift/tasks/deploy-communishift-authorization-operator.yml +++ b/roles/communishift/tasks/deploy-communishift-authorization-operator.yml @@ -17,7 +17,7 @@ vars: kt_location: "/etc/openshift_apps/communishift-authorization/communishift-authorization-operator-keytab.kt" service: "communishift-authorization-operator" - host: "{{ communishift_ocp_api_host }}" + host: "{{ communishift_ocp_api_hostname }}" tags: - deploy-operators