mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Add full collection name as option to inventory plugin (#90)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
a3ee69a303
commit
5d6b5b7c3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue