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 <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-06-27 10:13:27 +02:00
parent 4b70e0471f
commit 83bcffedd7

View File

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