We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b19ea52 + 63c0a26 commit facd4f8Copy full SHA for facd4f8
vars/Debian.yml
@@ -4,4 +4,9 @@
4
libvirt_vm_log_owner: libvirt-qemu
5
6
# The environment passed to virt_volume.sh
7
-libvirt_vm_script_env: "{{ libvirt_vm_virsh_default_env }}"
+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