diff --git a/plugins/module_utils/_vmware_facts.py b/plugins/module_utils/_vmware_facts.py index d4c72b8a..8424dcfc 100644 --- a/plugins/module_utils/_vmware_facts.py +++ b/plugins/module_utils/_vmware_facts.py @@ -284,6 +284,7 @@ def hw_network_device_facts(self): class ClusterFacts(): DPM_DEFAULT_RATE = 3 DRS_DEFAULT_RATE = 3 + def __init__(self, cluster): self.cluster = cluster