build: Escape characters in hypervisor configuration

This commit is contained in:
Danny Bessems 2024-06-06 12:36:37 +10:00
parent 201c6f8bca
commit 29c89e16ee

@ -1,6 +1,7 @@
hv_fqdn = "lab-vc-01.bessems.lan"
hv_username = "administrator@vsphere.local"
hv_datacenter = "4/55-Clydebank-Rd"
# urlencoded "4/55-Clydebank-Rd"
hv_datacenter = "4%2f55-Clydebank-Rd"
hv_cluster = "Cluster.01"
hv_host = "lab-esx-02.bessems.lan"
hv_datastore = "ESX02.SSD02"