From 99366fa547faccb0359dd8d3b19cec802640eb95 Mon Sep 17 00:00:00 2001 From: Rohit Kothari Date: Thu, 29 Sep 2016 17:59:19 -0700 Subject: [PATCH] Replace system-storage-manager with lvm2 in centos --- tasks/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/centos.yml b/tasks/centos.yml index 3b7c72b..7c198b1 100644 --- a/tasks/centos.yml +++ b/tasks/centos.yml @@ -1,7 +1,7 @@ --- - name: centos | installing lvm2 yum: - name: system-storage-manager + name: lvm2 state: present - name: centos | installing sg3_utils