File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33 include_vars : " {{ item }}"
44 with_first_found :
55 - files :
6- - " {{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml"
6+ - " {{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
77 - " {{ ansible_distribution }}.yml"
88 - " {{ ansible_os_family }}.yml"
99 tags : vars
2626- include_tasks : vm.yml
2727 vars :
2828 console_log_enabled : " {{ vm.console_log_enabled | default(false) }}"
29- console_log_path : " {{ vm.console_log_path | default(libvirt_vm_default_console_log_dir + '/' + vm.name + '-console.log', true) }}"
29+ console_log_path : >-
30+ {{ vm.console_log_path |
31+ default(libvirt_vm_default_console_log_dir + '/' + vm.name + '-console.log', true) }}
3032 machine_default : " {{ none if libvirt_vm_engine == 'kvm' else 'pc-1.0' }}"
3133 machine : " {{ vm.machine | default(machine_default, true) }}"
3234 cpu_mode_default : " {{ 'host-passthrough' if libvirt_vm_engine == 'kvm' else 'host-model' }}"
You can’t perform that action at this time.
0 commit comments