Hello,
I'am new to packer but I like it very well.
I want to use the combination from packer and Ansible to build my images.
But ansible is not native on windows I like to use packer on WSL Debian or Ubuntu and build images in virtuabox and use the local option the start ansible playbooks
But When I run the build from WSL I get:
--> windows-10-1903-amd64-virtualbox: Failed creating VirtualBox driver: exec: "VBoxManage": executable file not found in $PATH
But the path variable to c:\program files\oracle\virtualbox is available
I can also run VBoxManage.exe
Is it possible to run this setup? Or does someone have other suggestions?