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 cce31a9 commit 8f9f5bcCopy full SHA for 8f9f5bc
tasks/main.yml
@@ -26,9 +26,9 @@
26
- include_tasks: vm.yml
27
vars:
28
console_log_enabled: "{{ vm.console_log_enabled | default(false) }}"
29
- console_log_path: >
30
- "{{ vm.console_log_path |
31
- default(libvirt_vm_default_console_log_dir + '/' + vm.name + '-console.log', true) }}"
+ console_log_path: >-
+ {{ vm.console_log_path |
+ default(libvirt_vm_default_console_log_dir + '/' + vm.name + '-console.log', true) }}
32
machine_default: "{{ none if libvirt_vm_engine == 'kvm' else 'pc-1.0' }}"
33
machine: "{{ vm.machine | default(machine_default, true) }}"
34
cpu_mode_default: "{{ 'host-passthrough' if libvirt_vm_engine == 'kvm' else 'host-model' }}"
0 commit comments