Merge pull request #10738 from twiggy/patch-1

Wrap more than one extra var in quotes.
This commit is contained in:
Wilken Rivera 2021-03-11 18:43:49 -05:00 committed by GitHub
commit bf9bb7b5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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\""
] ]
} }
], ],