Original patch for this missed the setup to allow local usage
of the windows-builder provisioner.
Change-Id: I6d8b2b97d7efd844feaf8984154060f1e10b090e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
--- /dev/null
+---
+- import_playbook: ../common-packer/provision/windows-builder.yaml
"provisioners": [
{
"type": "ansible",
- "playbook_file": "provision/windows-builder.yaml",
+ "playbook_file": "provision/local-windows-builder.yaml",
"extra_arguments": [
"--connection", "packer",
"--extra-vars", "ansible_shell_type=powershell ansible_shell_executable=None"