diff --git a/test-setup-cinder-localhost.yml b/test-setup-cinder-localhost.yml index 564858c3..e9912b4f 100644 --- a/test-setup-cinder-localhost.yml +++ b/test-setup-cinder-localhost.yml @@ -17,17 +17,9 @@ hosts: localhost become: true tasks: - - name: Install lvm2 apt package - apt: - name: lvm2 - when: - - ansible_pkg_mgr == 'apt' - - name: Install lvm2 package package: name: lvm2 - when: - - ansible_pkg_mgr in ['yum', 'dnf'] - name: Create sparse Cinder file command: "truncate -s 10G /openstack/cinder.img"