Merge "Install lvm2 in modify-image role"

This commit is contained in:
Zuul 2021-10-01 16:48:44 +00:00 committed by Gerrit Code Review
commit ac037d3db5

View File

@ -33,6 +33,13 @@
qemu-img convert -f qcow2 -O raw {{ image_to_modify_qcow }} {{ image_to_modify_raw }};
rm -rf "{{ image_to_modify_qcow }}";
- name: Install required packages used in modify-image role
become: true
package:
state: present
name:
- lvm2
- name: Mount image
shell: |
set -e