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
pull/55727/head
decentral1se 5 years ago committed by Alicia Cozine
parent e38881410f
commit 6e9379fe11

@ -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

Loading…
Cancel
Save