mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
This commit is contained in:
parent
e38881410f
commit
6e9379fe11
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue