From 83bcffedd7d6da1f0b3c043d0dd843d44608c533 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 27 Jun 2024 10:13:27 +0200 Subject: [PATCH] cleanup(inventory): Drop unneeded connection_plugin and transport These two variables seem to be unused and removing them did not have any effect. Signed-off-by: Felix Matouschek --- plugins/inventory/kubevirt.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/inventory/kubevirt.py b/plugins/inventory/kubevirt.py index d07a3be..c0d8714 100644 --- a/plugins/inventory/kubevirt.py +++ b/plugins/inventory/kubevirt.py @@ -260,9 +260,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable): NAME = "kubevirt.core.kubevirt" - connection_plugin = "kubernetes.core.kubectl" - transport = "kubectl" - @staticmethod def get_default_host_name(host: str) -> str: """