We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11eeab commit e576b74Copy full SHA for e576b74
lib/packer/config/templates/provision_windows2019.json.erb
@@ -1,4 +1,9 @@
1
[
2
+ {
3
+ "type": "file",
4
+ "source": "../lgpo-binary/LGPO_30/LGPO.exe",
5
+ "destination": "C:\\windows\\LGPO.exe"
6
+ },
7
{
8
"type": "file",
9
"source": "build/bosh-psmodules.zip",
@@ -153,11 +158,6 @@
153
158
"Enable-SSHD"
154
159
]
155
160
},
156
- {
157
- "type": "file",
- "source": "../lgpo-binary/LGPO_30/LGPO.exe",
- "destination": "C:\\windows\\LGPO.exe"
- },
161
162
163
"source": "build/agent.zip",
0 commit comments