summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/exclude.yml
blob: 570183aefecf612f6f33f69f462c0f2b843637f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- include: install.yml
  when: not openshift.common.is_containerized | bool

- name: Enable docker excluder
  command: "{{ openshift.common.service_type }}-docker-excluder exclude"
  when: not openshift.common.is_containerized | bool

- name: Enable excluder
  command: "{{ openshift.common.service_type }}-excluder exclude"
  when: not openshift.common.is_containerized | bool