From 8af58fdb8fe8f56f6aa7b1acc70e5ac799965b29 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 8 Jan 2019 19:59:08 +0100 Subject: [PATCH] whatcanidoforfedora: fix the openshift route with a correct url Signed-off-by: Clement Verna --- playbooks/openshift-apps/asknot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/asknot.yml b/playbooks/openshift-apps/asknot.yml index 88d1bf39a5..6929b59edc 100644 --- a/playbooks/openshift-apps/asknot.yml +++ b/playbooks/openshift-apps/asknot.yml @@ -38,7 +38,7 @@ - role: openshift/route app: asknot routename: asknot - host: "asknot{{ env_suffix }}.fedoraproject.org" + host: "{{ env_suffix }}.whatcanidoforfedora.org" serviceport: 8080-tcp servicename: asknot