set default for skip_vm_templates to True

This commit is contained in:
Gregory Storme
2021-01-27 13:24:25 +01:00
parent 291982a9cf
commit c632154a3b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -192,6 +192,6 @@ permitted_subnets = 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16, fd00::/8
# skip_vm_comments = False
# Do not sync template VMs
#skip_vm_templates = False
#skip_vm_templates = True
# EOF