main.yaml 222 B

123456
  1. ---
  2. - include_tasks: install.yaml
  3. when: openshift_cluster_monitoring_operator_install | default(true) | bool
  4. - include_tasks: remove.yaml
  5. when: not openshift_cluster_monitoring_operator_install | default(true) | bool