From e1499d4aae6c3b5f0b38d03d3926ee3d97ee75be Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 17 Jul 2023 14:07:57 +0200 Subject: [PATCH] Use correct author syntax This updates the author syntax to satisfy the linter. Signed-off-by: Felix Matouschek --- plugins/inventory/kubevirt.py | 2 +- plugins/modules/kubevirt_vm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inventory/kubevirt.py b/plugins/inventory/kubevirt.py index 93b526b..888f872 100644 --- a/plugins/inventory/kubevirt.py +++ b/plugins/inventory/kubevirt.py @@ -13,7 +13,7 @@ name: kubevirt short_description: KubeVirt inventory source author: -- "KubeVirt Project (kubevirt.io)" +- "KubeVirt.io Project (!UNKNOWN)" description: - Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector. diff --git a/plugins/modules/kubevirt_vm.py b/plugins/modules/kubevirt_vm.py index 0b0c4f6..53b1181 100644 --- a/plugins/modules/kubevirt_vm.py +++ b/plugins/modules/kubevirt_vm.py @@ -14,7 +14,7 @@ module: kubevirt_vm short_description: Create or delete KubeVirt VirtualMachines on Kubernetes author: -- "KubeVirt Project (kubevirt.io)" +- "KubeVirt.io Project (!UNKNOWN)" description: - Use the Kubernetes Python client to perform create or delete operations on KubeVirt VirtualMachines.