summaryrefslogtreecommitdiffstats
path: root/playbooks/common/private/components.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/private/components.yml')
-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