You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fcos_extraction_location defaults to "$HOME/.local/share/libvirt/images".
If this directory does not exist, the "Stat FCOS extract file" step does not fail (shows ok: [forem]), the Extract FCOS image with xz setup fails (because nothing creates the location if it does not exist)
rm -rf $HOME/.local/share/libvirt/images - if there is anything you care about in there, maybe mv instead of rm :)
run the qemu install playbook ansible-playbook -i inventory/forem/setup.yml playbooks/providers/qemu.yml
observe the failure on the above step
Expected behavior
The fcos_extract_location directory is checked for existence, and either an earlier error with instructions to create the directory, or automatic directory creation occurs when it's not there.
Screenshots
If applicable, add screenshots to help explain your problem.
OS (please complete the following information):
Linux
Cloud Provider (please complete the following information):
Other: QEMU/libvirt
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing for QEMU/libvirt on linux.
The
fcos_extraction_location
defaults to "$HOME/.local/share/libvirt/images".If this directory does not exist, the "Stat FCOS extract file" step does not fail (shows
ok: [forem]
), the Extract FCOS image with xz setup fails (because nothing creates the location if it does not exist)To Reproduce
Steps to reproduce the behavior:
mv
instead ofrm
:)ansible-playbook -i inventory/forem/setup.yml playbooks/providers/qemu.yml
Expected behavior
The fcos_extract_location directory is checked for existence, and either an earlier error with instructions to create the directory, or automatic directory creation occurs when it's not there.
Screenshots
If applicable, add screenshots to help explain your problem.
OS (please complete the following information):
Cloud Provider (please complete the following information):
The text was updated successfully, but these errors were encountered: