Use correct author syntax

This updates the author syntax to satisfy the linter.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2023-07-17 14:07:57 +02:00
parent 7c347174ab
commit e1499d4aae
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.