Skip to content

Commit 63c0a26

Browse files
committed
Change ownership of VM volumes on Debian to libvirt-qemu
Fixes: #28
1 parent b19ea52 commit 63c0a26

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vars/Debian.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
libvirt_vm_log_owner: libvirt-qemu
55

66
# The environment passed to virt_volume.sh
7-
libvirt_vm_script_env: "{{ libvirt_vm_virsh_default_env }}"
7+
libvirt_vm_script_env_debian:
8+
VOLUME_GROUP: libvirt-qemu
9+
VOLUME_OWNER: libvirt-qemu
10+
11+
libvirt_vm_script_env: >-
12+
{{ libvirt_vm_script_env_debian | combine(libvirt_vm_virsh_default_env) }}

0 commit comments

Comments
 (0)