From 261d2e0154cc4e34105143f29f248c0837153000 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:30:41 +0700 Subject: [PATCH] [Ubuntu20] remove reboot from packer json. (#2165) --- images/linux/ubuntu2004.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 81aabfd1..8c5a5b45 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -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",