Skip to content

Commit

Permalink
Merge pull request #29 from /issues/28
Browse files Browse the repository at this point in the history
Change ownership of VM volumes on Debian to libvirt-qemu
  • Loading branch information
jovial committed Aug 23, 2019
2 parents b19ea52 + 63c0a26 commit facd4f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
libvirt_vm_log_owner: libvirt-qemu

# The environment passed to virt_volume.sh
libvirt_vm_script_env: "{{ libvirt_vm_virsh_default_env }}"
libvirt_vm_script_env_debian:
VOLUME_GROUP: libvirt-qemu
VOLUME_OWNER: libvirt-qemu

libvirt_vm_script_env: >-
{{ libvirt_vm_script_env_debian | combine(libvirt_vm_virsh_default_env) }}

0 comments on commit facd4f8

Please sign in to comment.