Replace system-storage-manager with lvm2 in centos

This commit is contained in:
Rohit Kothari
2016-09-29 17:59:19 -07:00
committed by GitHub
parent 1a25117ed0
commit 99366fa547
+1 -1
View File
@@ -1,7 +1,7 @@
---
- name: centos | installing lvm2
yum:
name: system-storage-manager
name: lvm2
state: present
- name: centos | installing sg3_utils