Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Oct 9, 2023
1 parent fe51176 commit 2f3c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/clone_on_prem_vm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

# Privilege escalation is needed because the .qcow2 file is owned by root
# when default hypervisor is used
- name: Convert qcow2 to raw using qemu-img with priviledge escalation
- name: Convert qcow2 to raw using qemu-img with privilege escalation
ansible.builtin.command: |
qemu-img convert -f qcow2 -O raw \
{{ clone_on_prem_vm__clone_path }} \
Expand Down

0 comments on commit 2f3c53b

Please sign in to comment.