From 425ec7b7960c878b15a59c9a8cede1191a09f245 Mon Sep 17 00:00:00 2001 From: Mike Morency Date: Tue, 19 Nov 2024 09:56:58 -0500 Subject: [PATCH] sanity --- plugins/module_utils/_vmware_facts.py | 1 + 1 file changed, 1 insertion(+) 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