mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 10:41:31 -07: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
|
type: str
|
||||||
ssh_keys:
|
ssh_keys:
|
||||||
description:
|
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
|
type: list
|
||||||
volumes:
|
volumes:
|
||||||
description:
|
description:
|
||||||
|
@ -117,7 +119,7 @@ EXAMPLES = """
|
||||||
image: ubuntu-18.04
|
image: ubuntu-18.04
|
||||||
location: fsn1
|
location: fsn1
|
||||||
ssh_keys:
|
ssh_keys:
|
||||||
- my-ssh-key
|
- me@myorganisation
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Resize an existing server
|
- name: Resize an existing server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue