From 944a9b750f3765df0a204b930fe57923ca58d25d Mon Sep 17 00:00:00 2001 From: Alberto Peon Date: Tue, 13 Dec 2016 14:34:35 +0100 Subject: Set metrics url even if metrics_deploy is false --- roles/openshift_hosted_metrics/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_hosted_metrics/tasks') diff --git a/roles/openshift_hosted_metrics/tasks/install.yml b/roles/openshift_hosted_metrics/tasks/install.yml index 2c839996e..6a442cefc 100644 --- a/roles/openshift_hosted_metrics/tasks/install.yml +++ b/roles/openshift_hosted_metrics/tasks/install.yml @@ -128,5 +128,5 @@ modify_yaml: dest: "{{ openshift.common.config_base }}/master/master-config.yaml" yaml_key: assetConfig.metricsPublicURL - yaml_value: "{{ openshift_hosted_metrics_public_url }}" + yaml_value: "{{ openshift_hosted_metrics_deploy_url }}" notify: restart master -- cgit v1.2.3