Merge pull request #581 from devopscircle-io/solve-error-set-executionpolicy

Solve error with Set-ExecutionPolicy
This commit is contained in:
Alejandro Pauly
2020-03-23 16:02:50 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -101,7 +101,8 @@
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
]
],
"execution_policy": "unrestricted"
},
{
"type": "powershell",

View File

@@ -101,7 +101,8 @@
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
]
],
"execution_policy": "unrestricted"
},
{
"type": "powershell",