From 6e9379fe11d49837d91a5292f54c3da2d7b70c6c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 24 Apr 2019 18:05:39 +0200 Subject: [PATCH] hcloud_server: clarify further for usage of `ssh_keys` (#55713) * hcloud_server: clarify further for usage of `ssh_keys` * Make lowercase and drop plural on ssh_key description --- lib/ansible/modules/cloud/hcloud/hcloud_server.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_server.py b/lib/ansible/modules/cloud/hcloud/hcloud_server.py index 5c4a92f1a19..b2bfe7d438a 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_server.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_server.py @@ -46,7 +46,9 @@ options: type: str ssh_keys: description: - - List of SSH Keys Names + - List of SSH key names + - The key names correspond to the SSH keys configured for your + Hetzner Cloud account access. type: list volumes: description: @@ -117,7 +119,7 @@ EXAMPLES = """ image: ubuntu-18.04 location: fsn1 ssh_keys: - - my-ssh-key + - me@myorganisation state: present - name: Resize an existing server