Merge pull request #10738 from twiggy/patch-1
Wrap more than one extra var in quotes.
This commit is contained in:
commit
bf9bb7b5c7
|
@ -442,7 +442,7 @@ Platform:
|
||||||
"--connection",
|
"--connection",
|
||||||
"packer",
|
"packer",
|
||||||
"--extra-vars",
|
"--extra-vars",
|
||||||
"ansible_shell_type=powershell ansible_shell_executable=None"
|
"\"ansible_shell_type=powershell ansible_shell_executable=None\""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue