From b232464dbedc3b148302f5ce7a217b0cd4e6a98f Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 24 Apr 2024 12:24:09 +0200 Subject: [PATCH] docs: Use proper type for connections parameter The connections parameter is of type list of dicts. Signed-off-by: Felix Matouschek --- plugins/inventory/kubevirt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inventory/kubevirt.py b/plugins/inventory/kubevirt.py index fa41ddc..e30cd5f 100644 --- a/plugins/inventory/kubevirt.py +++ b/plugins/inventory/kubevirt.py @@ -39,6 +39,8 @@ options: - Optional list of cluster connection settings. If no connections are provided, the default I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces the active user is authorized to access. + type: list + elements: dict suboptions: name: description: