summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/ceph.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_node/tasks/storage_plugins/ceph.yml')
-rw-r--r--roles/openshift_node/tasks/storage_plugins/ceph.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_node/tasks/storage_plugins/ceph.yml b/roles/openshift_node/tasks/storage_plugins/ceph.yml
new file mode 100644
index 000000000..eed3c99a3
--- /dev/null
+++ b/roles/openshift_node/tasks/storage_plugins/ceph.yml
@@ -0,0 +1,4 @@
+---
+- name: Install Ceph storage plugin dependencies
+ action: "{{ ansible_pkg_mgr }} name=ceph-common state=present"
+ when: not openshift.common.is_atomic | bool \ No newline at end of file