[Ubuntu20] remove reboot from packer json. (#2165)

This commit is contained in:
Darii Nurgaleev
2020-12-03 12:30:41 +07:00
committed by GitHub
parent 77db8c40a0
commit 261d2e0154

View File

@@ -76,14 +76,6 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"expect_disconnect": true,
"scripts": [
"{{template_dir}}/scripts/base/reboot.sh"
],
"execute_command": "/bin/sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"script": "{{template_dir}}/scripts/base/apt.sh",