summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Padgett <spadgett@redhat.com>2018-02-12 11:07:39 -0500
committerSamuel Padgett <spadgett@redhat.com>2018-02-12 13:26:37 -0500
commit7467ce48292e7e70087bfbb98333a4942b091f0b (patch)
tree6d4f8ea9b395fc61f2f82efc38e4503a7d9984a7
parentf18cfa7897d771cb973b9aa28a90bc3575b56f58 (diff)
downloadopenshift-7467ce48292e7e70087bfbb98333a4942b091f0b.tar.gz
openshift-7467ce48292e7e70087bfbb98333a4942b091f0b.tar.bz2
openshift-7467ce48292e7e70087bfbb98333a4942b091f0b.tar.xz
openshift-7467ce48292e7e70087bfbb98333a4942b091f0b.zip
Disable console install when not 3.9 or newer
-rw-r--r--playbooks/common/private/components.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/common/private/components.yml b/playbooks/common/private/components.yml
index 089645d07..739be93c5 100644
--- a/playbooks/common/private/components.yml
+++ b/playbooks/common/private/components.yml
@@ -20,7 +20,9 @@
- import_playbook: ../../openshift-hosted/private/config.yml
- import_playbook: ../../openshift-web-console/private/config.yml
- when: openshift_web_console_install | default(true) | bool
+ when:
+ - openshift_web_console_install | default(true) | bool
+ - openshift.common.version_gte_3_9
- import_playbook: ../../openshift-metrics/private/config.yml
when: openshift_metrics_install_metrics | default(false) | bool