Add OLM to component upgrades
@@ -20,6 +20,9 @@
when:
- openshift_enable_service_catalog | default(true) | bool
+- import_playbook: ../../../olm/private/config.yml
+ when: openshift_enable_olm | default(false) | bool
+
- import_playbook: ../../../openshift-monitoring/private/config.yml
when: openshift_cluster_monitoring_operator_install | default(true) | bool