upgrade.yaml 210 B

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