summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/ceph.yml
blob: 52d80357e1f4db829917db81af71157f6979b0ba (plain)
1
2
3
4
5
6
---
- name: Install Ceph storage plugin dependencies
  package: name=ceph-common state=present
  when: not openshift.common.is_atomic | bool
  register: result
  until: result is succeeded