main.yaml 308 B

12345678
  1. ---
  2. - name: Cleanup logging deployment
  3. include: "{{ role_path }}/tasks/cleanup_logging.yaml"
  4. when: openshift_hosted_logging_cleanup | default(false) | bool
  5. - name: Deploy logging
  6. include: "{{ role_path }}/tasks/deploy_logging.yaml"
  7. when: not openshift_hosted_logging_cleanup | default(false) | bool