summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry_storage.yml
blob: e1b8c4e5efe49f3e5e264537921e274b55f8737c (plain)
1
2
3
4
5
---
- include_tasks: storage/glusterfs.yml
  when:
  - openshift_hosted_registry_storage_kind | default(none) == 'glusterfs' or openshift_hosted_registry_storage_glusterfs_swap
  - openshift_hosted_registry_storage_class is not defined