exclude.yml 382 B

1234567891011
  1. ---
  2. - include: install.yml
  3. when: not openshift.common.is_containerized | bool
  4. - name: Enable docker excluder
  5. command: "{{ openshift.common.service_type }}-docker-excluder exclude"
  6. when: not openshift.common.is_containerized | bool
  7. - name: Enable excluder
  8. command: "{{ openshift.common.service_type }}-excluder exclude"
  9. when: not openshift.common.is_containerized | bool