summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/ceph.yml
blob: 72a3b837f16366203d4dc5a435b0f0595e69497c (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 | success