diff options
| author | Scott Dodson <sdodson@redhat.com> | 2018-01-31 09:04:10 -0500 |
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2018-01-31 09:04:10 -0500 |
| commit | 686e44eb23324044490facfa0514f5d480c8b8c1 (patch) | |
| tree | 017e8f96ea15c30813c190a198ad362beb5e4840 /playbooks/openshift-logging/private | |
| parent | 2afe2596c6dd9641bdbb3c6294d5df53f5c140f5 (diff) | |
Don't update master-config.yaml with logging/metrics urls >= 3.9
Diffstat (limited to 'playbooks/openshift-logging/private')
| -rw-r--r-- | playbooks/openshift-logging/private/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-logging/private/config.yml b/playbooks/openshift-logging/private/config.yml index d6b26647c..07aa8bfde 100644 --- a/playbooks/openshift-logging/private/config.yml +++ b/playbooks/openshift-logging/private/config.yml @@ -24,6 +24,7 @@ - import_role: name: openshift_logging tasks_from: update_master_config + when: not openshift.common.version_gte_3_9 - name: Logging Install Checkpoint End hosts: all |
