summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/tasks/main.yaml
blob: aea53804ac1b03567be9319b94faa40a29aa3ab4 (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