From dd28a9125a3c754a6898846ba3e6c25216955d41 Mon Sep 17 00:00:00 2001 From: Samori Gorse Date: Tue, 11 Jun 2024 17:12:53 +0200 Subject: [PATCH] fix: Trailing space --- plugins/modules/xen_orchestra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/xen_orchestra.py b/plugins/modules/xen_orchestra.py index 4c5c13198a..588b3d580e 100644 --- a/plugins/modules/xen_orchestra.py +++ b/plugins/modules/xen_orchestra.py @@ -39,7 +39,7 @@ options: choices: ['present', 'started', 'absent', 'stopped', 'restarted'] default: present vm_uid: - description: + description: - UID of the target Virtual Machine. Required when O(state=absent), O(state=started), O(state=stopped) or O(state=restarted) type: str