summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/ceph.yml
blob: eed3c99a39cb85d8047730082ed97a8c44e0d981 (plain)
1
2
3
4
---
- name: Install Ceph storage plugin dependencies
  action: "{{ ansible_pkg_mgr }} name=ceph-common state=present"
  when: not openshift.common.is_atomic | bool