Skip to content

Commit

Permalink
hcloud_server: clarify further for usage of ssh_keys (#55713)
Browse files Browse the repository at this point in the history
* hcloud_server: clarify further for usage of `ssh_keys`
* Make lowercase and drop plural on ssh_key description
  • Loading branch information
decentral1se authored and acozine committed Apr 24, 2019
1 parent e388814 commit 6e9379f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/ansible/modules/cloud/hcloud/hcloud_server.py
Expand Up @@ -46,7 +46,9 @@
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:
Expand Down Expand Up @@ -117,7 +119,7 @@
image: ubuntu-18.04
location: fsn1
ssh_keys:
- my-ssh-key
- me@myorganisation
state: present
- name: Resize an existing server
Expand Down

0 comments on commit 6e9379f

Please sign in to comment.