From 540770e62701102dcfa106b1b5967341efad5b27 Mon Sep 17 00:00:00 2001 From: Tagir Bakirov Date: Fri, 10 Jun 2022 09:04:38 +0200 Subject: [PATCH] Update plugins/inventory/hcloud.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix the sanity check Co-authored-by: Lukas Kämmerling --- plugins/inventory/hcloud.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inventory/hcloud.py b/plugins/inventory/hcloud.py index a8a36eb..554ba92 100644 --- a/plugins/inventory/hcloud.py +++ b/plugins/inventory/hcloud.py @@ -70,6 +70,7 @@ DOCUMENTATION = r''' description: Populate inventory with instances with this status. default: [] type: list + elements: str required: false '''