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