From 4156b92dc688d899259a8f4048c8bac2a015df9c Mon Sep 17 00:00:00 2001 From: martijn Date: Thu, 26 May 2022 23:47:16 +0200 Subject: [PATCH] YAML fouten opgelost --- plugins/inventory/topdesk_am.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/inventory/topdesk_am.py b/plugins/inventory/topdesk_am.py index 7123101..bab2f77 100644 --- a/plugins/inventory/topdesk_am.py +++ b/plugins/inventory/topdesk_am.py @@ -16,7 +16,7 @@ options: url: type: str required: true - desciprion: + description: - The TOPDesk url username: type: str @@ -28,7 +28,7 @@ options: required: true description: - A TOPDesk application key associated with the given username. - - For instructions on creating a key: https://developers.topdesk.com/tutorial.html + - "For instructions on creating a key: https://developers.topdesk.com/tutorial.html" fields: type: list required: true @@ -50,7 +50,7 @@ options: groupby: type: list description: - - Group hosts based on field(s) + - "Group hosts based on field(s)" '''