@@ -13,4 +13,6 @@
- import_role:
name: openshift_logging
tasks_from: update_master_config
- when: openshift_hosted_logging_deploy | default(false) | bool
+ when:
+ - openshift_hosted_logging_deploy | default(false) | bool
+ - not openshift.common.version_gte_3_9
@@ -24,6 +24,7 @@
+ when: not openshift.common.version_gte_3_9
- name: Logging Install Checkpoint End
hosts: all
@@ -25,6 +25,7 @@
import_role:
name: openshift_metrics
tasks_from: update_master_config.yaml
- name: Metrics Install Checkpoint End