File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Role Variables
16
16
VM console logs, if a VM-specific log file path is not given. Default is
17
17
"/var/log/libvirt/qemu/".
18
18
19
- - ` libvirt_image_cache_path ` : The directory in which to cache downloaded
19
+ - ` libvirt_vm_image_cache_path ` : The directory in which to cache downloaded
20
20
images. Default is "/tmp/".
21
21
22
22
- ` libvirt_vm_engine ` : virtualisation engine. If not set, the role will attempt
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ libvirt_volume_default_format: qcow2
11
11
libvirt_volume_default_device : disk
12
12
13
13
# Path to cache downloaded images.
14
+ libvirt_vm_image_cache_path : " {{ libvirt_image_cache_path }}"
15
+
16
+ # NOTE(mgoddard): Temporarily support this name in addition to
17
+ # 'libvirt_vm_image_cache_path'.
18
+ # TODO(mgoddard): Remove this for the next major release.
14
19
libvirt_image_cache_path : " /tmp/"
15
20
16
21
# CPU architecture.
You can’t perform that action at this time.
0 commit comments