diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 499b196..fc8746b 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -203,9 +203,9 @@ # {{ image_info.stdout }} - - name: Replace original compressed image with sparsified version - ansible.builtin.shell: | - mv {{ workdir }}/{{ template_name }}_sparse.qcow2 {{ workdir }}/{{ template_name }}.qcow2 + # - name: Replace original compressed image with sparsified version + # ansible.builtin.shell: | + # mv {{ workdir }}/{{ template_name }}_sparse.qcow2 {{ workdir }}/{{ template_name }}.qcow2 # - name: Compress and shrink image # ansible.builtin.shell: |