SF initial configurator | a26c41e | 2022-10-06 13:33:13 +0300 | [diff] [blame^] | 1 | --- |
2 | - name: Create raw file | ||||
3 | command: "qemu-img convert -O raw {{ image_file }} {{ image_output }}.raw" | ||||
4 | when: raw_type | default(False) | bool | ||||
5 | |||||
6 | - name: Create qcow file | ||||
7 | command: "mv {{ image_file }} {{ image_output }}.qcow2" | ||||
8 | when: qcow2_type | default(False) | bool |