Skip to content

Commit f1683c9

Browse files
author
Will Miller
committed
Add hyphen to console log path
1 parent d7bb5b4 commit f1683c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- include_tasks: vm.yml
1515
vars:
16-
console_log_path: "{{ vm.console_log_path | default(libvirt_vm_default_console_log_dir + '/' + vm.name + 'console.log', true) }}"
16+
console_log_path: "{{ vm.console_log_path | default(libvirt_vm_default_console_log_dir + '/' + vm.name + '-console.log', true) }}"
1717
machine_default: "{{ none if libvirt_vm_engine == 'kvm' else 'pc-1.0' }}"
1818
machine: "{{ vm.machine | default(machine_default, true) }}"
1919
cpu_mode_default: "{{ 'host-passthrough' if libvirt_vm_engine == 'kvm' else 'host-model' }}"

0 commit comments

Comments
 (0)