summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_metrics
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_hosted_metrics')
-rw-r--r--roles/openshift_hosted_metrics/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
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