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
1616 VM console logs, if a VM-specific log file path is not given. Default is
1717 "/var/log/libvirt/qemu/".
1818
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
2020 images. Default is "/tmp/".
2121
2222- ` 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
1111libvirt_volume_default_device : disk
1212
1313# 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.
1419libvirt_image_cache_path : " /tmp/"
1520
1621# CPU architecture.
You can’t perform that action at this time.
0 commit comments