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.
1 parent a9cc254 commit 6b7046cCopy full SHA for 6b7046c
tasks/main.yml
@@ -37,6 +37,7 @@
37
start: "{{ vm.start | default(true) }}"
38
autostart: "{{ vm.autostart | default(true) }}"
39
enable_vnc: "{{ vm.enable_vnc | default(false) }}"
40
+ enable_spice: "{{ vm.enable_spice | default(false) }}"
41
with_items: "{{ libvirt_vms }}"
42
loop_control:
43
loop_var: vm
@@ -54,4 +55,4 @@
54
55
56
57
- when: (vm.state | default('present', true)) == 'absent'
58
+ when: (vm.state | default('present', true)) == 'absent'
0 commit comments