From 2a6255233eac3c75da9e310ede830c26280dc3ed Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 15:14:12 +0100 Subject: [PATCH] docs: Update inventory matches on string Signed-off-by: Felix Matouschek --- plugins/inventory/kubevirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/kubevirt.py b/plugins/inventory/kubevirt.py index ca6007d..d37f0fd 100644 --- a/plugins/inventory/kubevirt.py +++ b/plugins/inventory/kubevirt.py @@ -19,7 +19,7 @@ description: - Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector. - Groups by namespace, namespace_vmis and labels. - Uses the kubectl connection plugin to access the Kubernetes cluster. -- Uses kubevirt.(yml|yaml) YAML configuration file to set parameter values. +- Uses *.kubevirt.(yml|yaml) YAML configuration file to set parameter values. extends_documentation_fragment: - inventory_cache