From 20f180114a3abd022ca3133a8eebd3e103288bf2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Nov 2020 15:11:06 +0100 Subject: [PATCH] fix description --- 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 39f310e..8531347 100644 --- a/plugins/inventory/hcloud.py +++ b/plugins/inventory/hcloud.py @@ -28,7 +28,7 @@ DOCUMENTATION = r''' description: The Hetzner Cloud API Token. required: false token_env: - description: The Hetzner Cloud API Token. + description: Environment variable to load the Hetzner Cloud API Token from. default: HCLOUD_TOKEN type: str required: false