Add pause after installation windows features (#4668)

This commit is contained in:
Aleksandr Chebotov
2021-12-06 22:02:12 +03:00
committed by GitHub
parent 050efaf52a
commit cb6dd7c0e3

View File

@@ -139,10 +139,12 @@
}, },
{ {
"type": "windows-restart", "type": "windows-restart",
"check_registry": true,
"restart_timeout": "10m" "restart_timeout": "10m"
}, },
{ {
"type": "powershell", "type": "powershell",
"pause_before": "2m",
"scripts": [ "scripts": [
"{{ template_dir }}/scripts/Installers/Install-Docker.ps1", "{{ template_dir }}/scripts/Installers/Install-Docker.ps1",
"{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1" "{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1"