Skip to content

Commit 70bde8b

Browse files
author
Will Miller
committed
Use /var/log/libvirt-consoles/ as default log dir
/var/log/libvirt/ has permissions issues.
1 parent f1683c9 commit 70bde8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/qemu/"
5+
libvirt_vm_default_console_log_dir: "/var/log/libvirt-consoles/"
66

77
# Path to cache downloaded images.
88
libvirt_image_cache_path: "/tmp/"

0 commit comments

Comments
 (0)