Update ubuntu1804_esxi.json

Updated line 55 to use the variable in the variables.json
This commit is contained in:
NemoEht
2020-03-23 13:40:44 -07:00
committed by GitHub
parent f7543b3003
commit 73b1e29a8f

View File

@@ -52,7 +52,7 @@
"memory": "{{ user `memory` }}",
"cpus": "{{ user `cpus` }}",
"vmx_data": {
"ethernet0.networkName": "{{ esxi_network_with_dhcp_and_internet }}",
"ethernet0.networkName": "{{user `esxi_network_with_dhcp_and_internet` }}",
"cpuid.coresPerSocket": "1",
"ethernet0.pciSlotNumber": "32"
}