Skip to content

Commit

Permalink
Fix permissions for kvm guest image file
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Oct 3, 2023
1 parent bbfa3c5 commit be6aeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
path: "{{ guest_disk }}"
owner: libvirt-qemu
group: kvm
mode: 0640
mode: 0644
vars:
guest_disk: "{{ cache_dir }}/{{ guest.installer_hostname }}.img"
loop_control:
Expand Down

0 comments on commit be6aeae

Please sign in to comment.