File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Role Variables
14
14
15
15
- ` libvirt_vm_default_console_log_dir ` : The default directory in which to store
16
16
VM console logs, if a VM-specific log file path is not given. Default is
17
- "/var/log/libvirt/qemu/ ".
17
+ "/var/log/libvirt-consoles ".
18
18
19
19
- ` libvirt_vm_default_uuid_deterministic ` : Whether UUID should be calculated by
20
20
hashing the VM name. If not, the UUID is randomly generated by libvirt when
Original file line number Diff line number Diff line change 2
2
3
3
# The default directory in which to store VM console logs, if a VM-specific log
4
4
# file path is not given.
5
- libvirt_vm_default_console_log_dir : " /var/log/libvirt-consoles/ "
5
+ libvirt_vm_default_console_log_dir : " /var/log/libvirt-consoles"
6
6
7
7
# Whether UUID should be calculated by hashing the VM name. If not, the UUID is
8
8
# randomly generated by libvirt when the VM is defined.
You can’t perform that action at this time.
0 commit comments