backport of commit a9eecb457cef34ee856681a51af94fe0f6db4b21 (#17947)

This pull request was automerged via backport-assistant
This commit is contained in:
hc-github-team-nomad-core 2023-07-14 04:23:26 -05:00 committed by GitHub
parent 2f7892667f
commit c9ef870f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ job "docs" {
```hcl
plugin "qemu" {
config {
image_paths = ["/mnt/image/paths"]
image_paths = ["/mnt/image/paths"]
args_allowlist = ["-drive", "-usbdevice"]
}
}