From 5d6b5b7c3f0289db80b3af520c94952e8d61d091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 27 May 2021 08:14:13 +0200 Subject: [PATCH] Add full collection name as option to inventory plugin (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- plugins/inventory/hcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/hcloud.py b/plugins/inventory/hcloud.py index 11e6d7b..a683245 100644 --- a/plugins/inventory/hcloud.py +++ b/plugins/inventory/hcloud.py @@ -23,7 +23,7 @@ DOCUMENTATION = r''' plugin: description: marks this as an instance of the "hcloud" plugin required: true - choices: ["hcloud"] + choices: ["hcloud", "hetzner.hcloud.hcloud"] token: description: The Hetzner Cloud API Token. required: false