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 d7bb5b4 commit f1683c9Copy full SHA for f1683c9
tasks/main.yml
@@ -13,7 +13,7 @@
13
14
- include_tasks: vm.yml
15
vars:
16
- console_log_path: "{{ vm.console_log_path | 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) }}"
17
machine_default: "{{ none if libvirt_vm_engine == 'kvm' else 'pc-1.0' }}"
18
machine: "{{ vm.machine | default(machine_default, true) }}"
19
cpu_mode_default: "{{ 'host-passthrough' if libvirt_vm_engine == 'kvm' else 'host-model' }}"
0 commit comments