Skip to content

Commit 19fa75b

Browse files
authored
Merge pull request #81 from stackhpc/console-log
Remove trailing slash from console log path
2 parents ad1b26f + de05e30 commit 19fa75b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Role Variables
1414

1515
- `libvirt_vm_default_console_log_dir`: The default directory in which to store
1616
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".
1818

1919
- `libvirt_vm_default_uuid_deterministic`: Whether UUID should be calculated by
2020
hashing the VM name. If not, the UUID is randomly generated by libvirt when

defaults/main.yml

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

33
# The default directory in which to store VM console logs, if a VM-specific log
44
# 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"
66

77
# Whether UUID should be calculated by hashing the VM name. If not, the UUID is
88
# randomly generated by libvirt when the VM is defined.

0 commit comments

Comments
 (0)