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