|
@@ -79,7 +79,9 @@
|
|
|
console_config_edits:
|
|
|
- key: clusterInfo#metricsPublicURL
|
|
|
value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
|
|
|
- when: openshift_web_console_install | default(true) | bool
|
|
|
+ when:
|
|
|
+ - openshift_web_console_install | default(true) | bool
|
|
|
+ - openshift.common.version_gte_3_9
|
|
|
|
|
|
- command: >
|
|
|
{{openshift_client_binary}}
|