mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
kubevirt_vm: Fix the default label (#54772)
This commit is contained in:
committed by
John R Barker
parent
e422f18898
commit
919b19f18d
@@ -342,7 +342,7 @@ class KubeVirtRawModule(KubernetesRawModule):
|
||||
template_spec['domain']['cpu']['model'] = cpu_model
|
||||
|
||||
if labels:
|
||||
template['metadata']['labels'] = labels
|
||||
self.merge_dicts(template['metadata']['labels'], labels)
|
||||
|
||||
if machine_type:
|
||||
template_spec['domain']['machine']['type'] = machine_type
|
||||
|
||||
Reference in New Issue
Block a user