Merge pull request #3 from rohitkothari/patch-1

Replace system-storage-manager with lvm2 in centos
This commit is contained in:
Larry Smith Jr
2016-09-29 21:33:31 -04:00
committed by GitHub
+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