summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/tasks/main.yaml
blob: 42568597a14c55fc73679e8df5c9777451f374f2 (plain)
1
2
3
4
5
6
7
8
---
- name: Cleanup logging deployment
  include: "{{ role_path }}/tasks/cleanup_logging.yaml"
  when: openshift_hosted_logging_cleanup | default(false) | bool

- name: Deploy logging
  include: "{{ role_path }}/tasks/deploy_logging.yaml"
  when: not openshift_hosted_logging_cleanup | default(false) | bool