From 686e44eb23324044490facfa0514f5d480c8b8c1 Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Wed, 31 Jan 2018 09:04:10 -0500
Subject: Don't update master-config.yaml with logging/metrics urls >= 3.9

---
 playbooks/openshift-metrics/private/config.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'playbooks/openshift-metrics')

diff --git a/playbooks/openshift-metrics/private/config.yml b/playbooks/openshift-metrics/private/config.yml
index 1e237e3f0..889ea77b1 100644
--- a/playbooks/openshift-metrics/private/config.yml
+++ b/playbooks/openshift-metrics/private/config.yml
@@ -25,6 +25,7 @@
     import_role:
       name: openshift_metrics
       tasks_from: update_master_config.yaml
+    when: not openshift.common.version_gte_3_9
 
 - name: Metrics Install Checkpoint End
   hosts: all
-- 
cgit v1.2.3