From afea672e6a6abfff6e0c1edb4a926e54c463eecc Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 22 Apr 2022 09:23:46 +0200 Subject: [PATCH] Fix sanity --- plugins/inventory/hcloud.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/inventory/hcloud.py b/plugins/inventory/hcloud.py index be35e2d..26d6cf9 100644 --- a/plugins/inventory/hcloud.py +++ b/plugins/inventory/hcloud.py @@ -7,7 +7,6 @@ __metaclass__ = type DOCUMENTATION = r''' name: hcloud - plugin_type: inventory author: - Lukas Kaemmerling (@lkaemmerling) short_description: Ansible dynamic inventory plugin for the Hetzner Cloud. @@ -45,16 +44,19 @@ DOCUMENTATION = r''' description: Populate inventory with instances in this location. default: [] type: list + elements: str required: false types: description: Populate inventory with instances with this type. default: [] type: list + elements: str required: false images: description: Populate inventory with instances with this image name, only available for system images. default: [] type: list + elements: str required: false label_selector: description: Populate inventory with instances with this label.