mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-02-06 00:08:32 -06:00
set default for skip_vm_templates to True
This commit is contained in:
@@ -74,7 +74,7 @@ class VMWareHandler:
|
||||
"custom_dns_servers": None,
|
||||
"set_primary_ip": "when-undefined",
|
||||
"skip_vm_comments": False,
|
||||
"skip_vm_templates": False
|
||||
"skip_vm_templates": True
|
||||
}
|
||||
|
||||
init_successful = False
|
||||
|
||||
Reference in New Issue
Block a user